aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster16-15/+26
2010-03-16error: Simplify error sink setupMarkus Armbruster4-77/+9
2010-03-16error: Move qemu_error() & friends from monitor.c to own fileMarkus Armbruster3-89/+93
2010-03-16monitor: Factor monitor_set_error() out of qemu_error_internal()Markus Armbruster2-8/+16
2010-03-16block: Simplify usb_msd_initfn() test for "can read bdrv key"Markus Armbruster1-1/+1
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster5-9/+10
2010-03-16tools: Remove unused cur_mon from qemu-tool.cMarkus Armbruster1-2/+0
2010-03-16pc: Factor common code out of pc_boot_set() and cmos_init()Markus Armbruster1-20/+8
2010-03-16pc: Fix error reporting for -boot onceMarkus Armbruster1-4/+3
2010-03-16savevm: Fix -loadvm to report errors to stderr, not the monitorMarkus Armbruster4-16/+14
2010-03-16usb: Remove disabled monitor_printf() in usb_read_file()Markus Armbruster1-8/+0
2010-03-11target-ppc: fix evsrwu and evsrws (second try)Aurelien Jarno1-2/+2
2010-03-11target-ppc: fix evsrwu and evsrwsAurelien Jarno1-2/+2
2010-03-11target-ppc: fix evslw instructionAurelien Jarno1-1/+1
2010-03-11audio: fix commentmalc1-1/+1
2010-03-10QMP: Really move the RESET event to qemu_system_reset()Luiz Capitulino1-2/+1
2010-03-10target-i386: fix SIB decoding with index = 4Aurelien Jarno1-2/+2
2010-03-09documentation: qemu_write_full don't work with non-blocking fd'sJuan Quintela1-0/+5
2010-03-09block: print errno on errorJuan Quintela1-2/+2
2010-03-09vmdk: share cleanup codeJuan Quintela1-9/+4
2010-03-09vmdk: fix double freeJuan Quintela1-1/+1
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela1-21/+58
2010-03-09vmdk: return errno instead of -1Juan Quintela1-7/+7
2010-03-09qcow: return errno instead of -1Juan Quintela1-4/+4
2010-03-09qcow2: return errno instead of -1Juan Quintela1-9/+9
2010-03-09slirp: check system() successJuan Quintela1-1/+1
2010-03-09cow: return errno instead of -1Juan Quintela1-3/+2
2010-03-09qemu-img rebase: Add -f optionKevin Wolf1-4/+16
2010-03-09configure: Fix code which creates config.mak filesStefan Weil1-2/+2
2010-03-09configure: Fix wrong stderr redirectionStefan Weil1-2/+2
2010-03-09QMP: Introduce WATCHDOG eventLuiz Capitulino4-0/+40
2010-03-09Restore terminal attributes for tty based monitorShahar Havivi1-0/+8
2010-03-09kbd keds: vncGerd Hoffmann2-1/+20
2010-03-09kbd leds: usb kbdGerd Hoffmann1-0/+8
2010-03-09kbd leds: ps/2 kbdGerd Hoffmann1-0/+2
2010-03-09kbd leds: infrastructureGerd Hoffmann2-0/+46
2010-03-09scsi: Make device scsi-disk reject /dev/sg*Markus Armbruster1-0/+5
2010-03-09qdev: Catch attempt to attach more than one device to a netdevMarkus Armbruster2-0/+8
2010-03-09qdev: Improve diagnostics for bad property valuesMarkus Armbruster1-23/+34
2010-03-08virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serialAmit Shah1-3/+5
2010-03-08qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectorsAmit Shah4-6/+9
2010-03-08pcnet APROMWE bit location (retry)Chris Kilgour1-1/+1
2010-03-08move x509 file name defines to qemu-x509.hGerd Hoffmann2-6/+10
2010-03-08adding helper pci functionsIzik Eidus1-0/+18
2010-03-08QMP: Introduce RTC_CHANGE eventLuiz Capitulino6-0/+32
2010-03-08QMP: Revamp the qmp-events.txt fileLuiz Capitulino1-37/+133
2010-03-08QMP: Drop DEBUG eventLuiz Capitulino4-11/+0
2010-03-08QMP: Move RESET event into qemu_system_reset()Luiz Capitulino1-1/+2
2010-03-08QMP: Move STOP event into do_vm_stop()Luiz Capitulino1-1/+1
2010-03-08block: Emit BLOCK_IO_ERROR before vm_stop() callLuiz Capitulino3-3/+3