aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster
2010-03-16tools: Remove unused cur_mon from qemu-tool.cMarkus Armbruster
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster
2010-03-16usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno
2010-03-11target-ppc: fix evslw instructionAurelien Jarno
2010-03-11audio: fix commentmalc
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela
2010-03-09block: print errno on errorJuan Quintela
2010-03-09vmdk: share cleanup codeJuan Quintela
2010-03-09vmdk: fix double freeJuan Quintela
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela
2010-03-09vmdk: return errno instead of -1Juan Quintela
2010-03-09qcow: return errno instead of -1Juan Quintela
2010-03-09qcow2: return errno instead of -1Juan Quintela
2010-03-09slirp: check system() successJuan Quintela
2010-03-09cow: return errno instead of -1Juan Quintela
2010-03-09qemu-img rebase: Add -f optionKevin Wolf
2010-03-09configure: Fix code which creates config.mak filesStefan Weil
2010-03-09configure: Fix wrong stderr redirectionStefan Weil
2010-03-09QMP: Introduce WATCHDOG eventLuiz Capitulino
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi
2010-03-09kbd keds: vncGerd Hoffmann
2010-03-09kbd leds: usb kbdGerd Hoffmann
2010-03-09kbd leds: ps/2 kbdGerd Hoffmann
2010-03-09kbd leds: infrastructureGerd Hoffmann
2010-03-09scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster
2010-03-09qdev: Improve diagnostics for bad property valuesMarkus Armbruster
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour
2010-03-08move x509 file name defines to qemu-x509.hGerd Hoffmann
2010-03-08adding helper pci functionsIzik Eidus
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino
2010-03-08QMP: Revamp the qmp-events.txt fileLuiz Capitulino
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino
2010-03-08Fix hanging user monitor when using balloon commandAdam Litke
2010-03-08sdl: improve grab exiting instructionsAnthony Liguori
2010-03-08ppc: don't define bamboo-0.13 as the default machineAurelien Jarno
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2010-03-07i386-dis: remove dead assignments, spotted by clangBlue Swirl