]> git.ipfire.org Git - thirdparty/qemu.git/history - vl.c
chardev: move greeting into vc backend.
[thirdparty/qemu.git] / vl.c
2009-12-12  Gerd Hoffmannchardev: move greeting into vc backend.
2009-12-12  Gerd HoffmannRevert "Set default console to virtio on S390x"
2009-12-12  Gerd HoffmannRevert "monitor: Command-line flag to enable control...
2009-12-12  Gerd Hoffmannchardev: make chardevs specified in config file work.
2009-12-12  Gerd Hoffmannqdev: add command line option to set global defaults...
2009-12-12  Gerd Hoffmannqdev: make compat stuff more generic
2009-12-05  Alexander GrafSet default console to virtio on S390x
2009-12-04  Blue Swirlmonitor: rename EVENT_* to QEVENT_* to avoid conflict...
2009-12-03  Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03  Kevin WolfDon't leak file descriptors
2009-12-03  Kevin Wolfvirtio-blk: Implement rerror option
2009-12-03  Kevin Wolfide: Implement rerror option
2009-12-03  Kevin WolfIntroduce rerror option for drives
2009-12-03  Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03  Jan Kiszkaram migration: Properly reset statistics
2009-12-03  Jan Kiszkalive migration: Propagate output monitor to callback...
2009-12-03  Jan Kiszkalive migration: Allow cleanup after cancellation or...
2009-12-03  Jan Kiszkaram migration: Stop loading on error
2009-12-03  Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-03  Luiz CapitulinoQMP: Introduce basic asynchronous events
2009-12-03  Luiz Capitulinomonitor: Command-line flag to enable control mode
2009-12-01  Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-30  Aurelien JarnoFix commit a167ba50851cdac2fa36633587e98c5956cd6b18
2009-11-29  Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-22  HervĂ© Poussineau[WIN32] Enable -k option on Windows too
2009-11-17  lirans@il.ibm.comBlock live migration
2009-11-17  Amit Shahchar: Remove special init_reset handling
2009-11-12  Juan Quintelaqemu_system_reset: we need to call it before loadvm...
2009-11-09  Gerd HoffmannQemuOpts: command line switches for the config file.
2009-11-09  Markus ArmbrusterConfigurable block format whitelist
2009-11-09  Naphtali SpreiAdded readonly flag to -drive command
2009-11-07  Glauber Costav3: don't call reset functions on cpu initialization
2009-10-30  Anthony LiguoriRevert "Fall back to network boot as the last possible...
2009-10-30  Anthony LiguoriFall back to network boot as the last possible boot...
2009-10-30  Gerd Hoffmannusb-storage: use qdev for -usbdevice
2009-10-30  Gerd Hoffmannusb-serial and braille: use qdev for -usbdevice
2009-10-30  Gerd Hoffmannusb-hid: use qdev for -usbdevice
2009-10-30  Gerd Hoffmannusb core: use qdev for -usbdevice
2009-10-27  Mark McLoughlinnet: remove unused includes of if_tun.h and if_tap.h
2009-10-27  Kevin WolfSplit out bottom halves
2009-10-21  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-17  Blue SwirlOnly IDE needs limits for CHS configuration
2009-10-15  Mark McLoughlinnet: handle -netdevice options
2009-10-15  Mark McLoughlinnet: add -netdev option
2009-10-15  Mark McLoughlinnet: add QemuOptsList arg to net_client_parse()
2009-10-12  Glauber Costaunlock iothread mutex before running kvm ioctl
2009-10-06  Mark McLoughlinFinal net cleanup after conversion to QemuOpts
2009-10-06  Mark McLoughlinPort usb net to QemuOpts
2009-10-06  Mark McLoughlinRemove double error message for -device option parsing
2009-10-06  Markus ArmbrusterDon't exit() in config_error()
2009-10-06  Mark McLoughlinDon't assign a static string to NICInfo::model
2009-10-06  Dustin Kirklandoffer right-ctrl as a grab option
2009-10-06  Gerd HoffmannReorganize option rom (+linux kernel) loading.
2009-10-05  Justin M. ForbesImprove error reporting on file access
2009-10-05  Gerd Hoffmanndrive cleanup fixes.
2009-10-05  Gerd Hoffmannqdev hotplug: infrastructure and monitor commands.
2009-10-05  Jan KiszkaEnable host-clock-based RTC
2009-10-05  Jan KiszkaRefactor RTC command line switches
2009-10-05  Jan KiszkaIntroduce QEMU_CLOCK_HOST
2009-10-05  Jan Kiszkawin32: Drop dead dyntick timer code
2009-10-05  Jan KiszkaRename QEMU_TIMER_* to QEMU_CLOCK_*
2009-10-05  Glauber Costado proper cpu_self check
2009-10-02  Blue SwirlFix warning about undefined madvise() on OpenSolaris
2009-10-01  Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01  malcGet rid of _t suffix
2009-09-27  Blue SwirlWin32: avoid a warning
2009-09-27  malcvl: Add failure check for SetEvent
2009-09-27  malcvl: Do not use perror after failed Win32 API calls
2009-09-26  Marcelo Tosattifix -daemonize with kvm
2009-09-25  Mark McLoughlinFix coding style issue
2009-09-15  Gerd Hoffmannsupport media=cdrom for if=none
2009-09-14  Aurelien JarnoRevert "Open chr device for all serial ports"
2009-09-14  Aurelien JarnoOpen chr device for all serial ports
2009-09-12  Blue SwirlFix sys-queue.h conflict for good
2009-09-11  Anthony LiguoriMake get_ticks_per_sec() a static inline
2009-09-11  Juan Quintelatimers: move them to VMState
2009-09-11  Juan Quintelatimers: Createt TimersState and put all timers state...
2009-09-11  Juan QuintelaUnexport ticks_per_sec variable. Create get_ticks_per_s...
2009-09-11  Juan Quintelatimers: remove useless check
2009-09-11  Juan Quintelaram: Remove SaveVM Version 2 support
2009-09-11  Juan Quintelaram: remove support for loading v1
2009-09-11  Gerd Hoffmannswitch chardev to QemuOpts: infrastructure, null device
2009-09-11  Anthony LiguoriRevert "don't call cpu_sychronize_state from reset...
2009-09-09  Glauber Costadon't call cpu_sychronize_state from reset handlers
2009-09-09  Dustin Kirklandqemu-kvm: fix segfault when running kvm without /dev...
2009-09-09  Jean-Christophe... mv strdup to qemu_strdup in vl.c
2009-09-09  Jean-Christophe... fix vl.c compilation if CONFIG_KVM is not defined
2009-09-09  Jean-Christophe... fix PATH_MAX conditional compilation
2009-09-09  Gerd Hoffmannqdev/usb: make qemu aware of usb busses.
2009-09-09  Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-09-09  Gerd Hoffmannallow passing null machine pointer to drive_init().
2009-09-06  malcChecks in select_soundhw were never intended to accept...
2009-09-04  Luiz Capitulinomonitor: Port handler_1 to use QDict
2009-09-04  Jan KiszkaSupport for multiple -monitor devices
2009-09-04  Glauber Costado not issue ioctl from within the io thread
2009-09-04  Juan QuintelaDelay sighandler_setup()
2009-08-28  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28  Gerd Hoffmannswitch balloon initialization to -device.
2009-08-28  Gerd Hoffmannadd qemu_error() + friends
2009-08-28  Markus Armbrusterqdev: convert watchdogs
next