]> git.proxmox.com Git - qemu.git/history - vl.c
target-arm: remove T0 and T1
[qemu.git] / vl.c
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
2009-08-28 Markus ArmbrusterMove watchdog, watchdog_action, give them internal...
2009-08-28 Christoph Hellwigraw-posix: add Linux native AIO support
2009-08-28 Juan Quintelamake load_vmstate() return errors
2009-08-28 Juan Quintelasplit do_loadvm() into do_loadvm() and load_vmstate()
2009-08-28 Andre Przywaraextend -smp parsing to include cores= and threads=...
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-08-24 Jes SorensenQEMU set irq0override in fw_cfg
2009-08-24 Zachary AmsdenClean up VGA type selection; far too many variables...
2009-08-24 Avi KivityDo not disable autostart for live migration
2009-08-10 Nathan Froydcheck for PR_SET_NAME being defined
2009-08-10 Stefano Stabellinivariable timer intervals
2009-08-10 Gerd Hoffmannqdev-ify virtio-blk.
2009-08-10 Gerd Hoffmannadd -drive if=none
2009-08-10 Gerd Hoffmannconstify drive_get_by_id arg
2009-08-10 Gerd HoffmannQemuOpts: switch over -device.
2009-08-10 Gerd HoffmannQemuOpts: add -set option
2009-08-10 Gerd HoffmannQemuOpts: create qemu-config.h
2009-08-10 Gerd HoffmannQemuOpts: make the drive id actually show up in "info...
2009-08-09 Blue SwirlUse qemu_irq for system_powerdown
2009-07-30 Paolo Bonzinifix migration to obey -S
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27 Filip NavaraRemove special Win32 code in vl.c that's no longer...
2009-07-27 Filip NavaraRemove setvbuf(<handle>, NULL, _IOLBF, 0) calls for...
2009-07-27 Glauber Costafix broken migration
2009-07-27 Jes SorensenIntroduce -smp , maxcpus= flag to specify maximum numbe...
2009-07-27 Gerd Hoffmannswitch -drive to QemuOpts.
2009-07-27 Gerd Hoffmannmove parser functions from vl.c to qemu-option.c
2009-07-27 Gerd Hoffmannkill drives_opt
2009-07-27 Gerd Hoffmannadd support for drive ids.
2009-07-27 Gerd Hoffmannkill drives_table
2009-07-27 Gerd Hoffmannqdev: add -device command line option.
2009-07-27 Mark McLoughlinAdd machine type aliases
2009-07-17 Blue SwirlFix OpenBSD build
2009-07-16 Gerd Hoffmannqdev/compat: compat property infrastructure.
2009-07-16 Paolo Bonzinihonor -S on incoming migration
2009-07-16 Jan KiszkaAdd boot menu control via command line switch
2009-07-16 Jan KiszkaAdd boot-once support
2009-07-16 Jan KiszkaAdd qemu_unregister_reset
2009-07-16 Jan KiszkaRework reset handler management
2009-07-16 Jan KiszkaMove boot_set callback backend
next