summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | pc: Allocate all ram in a single qemu_ram_alloc()Alex Williamson2010-07-061-13/+9
* | Remove uses of ram.last_offset (aka last_ram_offset)Alex Williamson2010-07-063-13/+30
* | make rtc alatm workGleb Natapov2010-07-061-4/+3
* | scsi: Fix SCSI bus resetJan Kiszka2010-07-061-2/+13
* | Fix io-thread build breakage of a88790a14fJan Kiszka2010-07-061-0/+1
* | Include sys/mman.h before qemu-options.hJes Sorensen2010-07-061-0/+2
|/
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-0634-259/+606
|\
| * block: Handle multiwrite errors only when all requests have completedKevin Wolf2010-07-021-4/+1
| * block: Fix early failure in multiwriteKevin Wolf2010-07-021-6/+29
| * qemu-img: avoid calling exit(1) to release resources properlyMORITA Kazutaka2010-07-021-52/+185
| * pc: Fix CMOS info for drives defined with -deviceMarkus Armbruster2010-07-025-41/+81
| * ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster2010-07-023-11/+14
| * block: Fix virtual media change for if=noneMarkus Armbruster2010-07-027-3/+24
| * block: Clean up bdrv_snapshots()Markus Armbruster2010-07-021-5/+4
| * savevm: Survive hot-unplug of snapshot deviceMarkus Armbruster2010-07-023-27/+31
| * blkdebug: Initialize state as 1Kevin Wolf2010-07-021-0/+3
| * blkdebug: Free QemuOpts after having read the configKevin Wolf2010-07-021-0/+2
| * blkdebug: Fix set_state_opts definitionKevin Wolf2010-07-021-1/+1
| * qemu-option: New qemu_opts_reset()Markus Armbruster2010-07-022-0/+10
| * block: Catch attempt to attach multiple devices to a blockdevMarkus Armbruster2010-07-0211-15/+74
| * blockdev: drive_get_by_id() is no longer used, removeMarkus Armbruster2010-07-022-13/+0
| * qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-0216-72/+73
| * blockdev: Clean up automatic drive deletionMarkus Armbruster2010-07-027-7/+56
| * blockdev: New drive_get_by_blockdev()Markus Armbruster2010-07-022-0/+13
| * Don't reset bs->is_temporary in bdrv_open_commonRyan Harper2010-07-021-1/+0
| * blockdev: Remove drive_get_serial()Markus Armbruster2010-07-022-13/+0
| * ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster2010-07-021-2/+1
| * scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster2010-07-026-8/+16
| * block: allow filenames with colons again for host devicesChristoph Hellwig2010-07-021-11/+18
| * qcow2: Fix error handling during metadata preallocationKevin Wolf2010-07-021-6/+9
* | Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori2010-07-0614-212/+418
|\ \
| * | monitor: Allow to exclude commands from QMPJan Kiszka2010-07-012-3/+16
| * | QMP: handle_qmp_command(): Small cleanupLuiz Capitulino2010-07-011-8/+6
| * | QMP: Drop old input object checkingLuiz Capitulino2010-07-011-18/+1
| * | QMP: Introduce qmp_check_input_obj()Luiz Capitulino2010-07-011-1/+61
| * | QError: Introduce QERR_QMP_EXTRA_MEMBERLuiz Capitulino2010-07-012-0/+7
| * | QMP: Drop old client argument checkerLuiz Capitulino2010-07-011-176/+0
| * | QMP: New argument checker (second part)Luiz Capitulino2010-07-011-1/+93
| * | QMP: New argument checker (first part)Luiz Capitulino2010-07-011-0/+106
| * | Monitor: handle optional '-' arg as a boolLuiz Capitulino2010-07-013-24/+11
| * | QDict: Introduce qdict_get_try_bool()Luiz Capitulino2010-07-012-0/+19
| * | check-qdict: Introduce test for the new iteration APILuiz Capitulino2010-07-011-0/+31
| * | QDict: Introduce new iteration APILuiz Capitulino2010-07-012-0/+39
| * | QDict: Introduce functions to retrieve QDictEntry valuesLuiz Capitulino2010-07-012-0/+23
| * | QDict: Small terminology changeLuiz Capitulino2010-07-013-15/+15
| * | QDict: Rename 'err_value'Luiz Capitulino2010-07-012-4/+4
| * | QError: Enhance QERR_DEVICE_NOT_ACTIVE's user descLuiz Capitulino2010-07-011-1/+1
| * | QMP: Fix error reporting in the async APILuiz Capitulino2010-07-011-4/+8
| * | net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura2010-07-011-0/+4
| * | QMP: Fix python helper /wrt long return stringsJan Kiszka2010-07-011-1/+5
OpenPOWER on IntegriCloud