summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-09-2917-26/+179
|\
| * Add HMP command "info memory-devices"Zhu Guihua2014-09-264-0/+48
| * qemu-socket: Eliminate silly QERR_ macrosMarkus Armbruster2014-09-262-25/+13Star
| * qemu-socket: Polish errors for connect() and listen() failureMarkus Armbruster2014-09-261-2/+2
| * qemu-iotests: Test missing "driver" key for blockdev-addFam Zheng2014-09-262-0/+30
| * tests: add QMP input visitor test for unions with no discriminatorMichael Roth2014-09-263-0/+30
| * qapi: dealloc visitor, implement visit_start_unionMichael Roth2014-09-261-0/+26
| * qapi: add visit_start_union and visit_end_unionMichael Roth2014-09-264-0/+25
| * virtio-balloon: fix integer overflow in memory stats featureLuiz Capitulino2014-09-261-1/+6
| * monitor: Reset HMP mon->rs in CHR_EVENT_OPENStratos Psomadakis2014-09-261-0/+1
* | libqos: use microseconds instead of iterations for virtio timeoutStefan Hajnoczi2014-09-293-43/+42Star
* | libqos: improve event_index test with timeoutStefan Hajnoczi2014-09-293-4/+31
* | raw-posix: Fix build without posix_fallocate()Kevin Wolf2014-09-292-4/+32
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-09-2916-76/+382
|\ \
| * | qemu-iotests: Fail test if explicit test case number is unknownFam Zheng2014-09-251-2/+8
| * | block: Validate node-nameKevin Wolf2014-09-254-8/+19
| * | vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi2014-09-251-22/+22
| * | docs: add blkdebug block driver documentationStefan Hajnoczi2014-09-251-0/+161
| * | block: Catch simultaneous usage of options and their aliasesKevin Wolf2014-09-253-2/+82
| * | block: Specify -drive legacy option aliases in arrayKevin Wolf2014-09-251-15/+24
| * | block: Improve message for device name clashing with node nameMarkus Armbruster2014-09-252-2/+3
| * | qemu-nbd: Destroy the BlockDriverState properlyMarkus Armbruster2014-09-251-1/+1
| * | block: Keep DriveInfo alive until BlockDriverState diesMarkus Armbruster2014-09-255-5/+24
| * | blockdev: Disentangle BlockDriverState and DriveInfo creationMarkus Armbruster2014-09-251-17/+20
| * | blkdebug: show an error for invalid event namesStefan Hajnoczi2014-09-251-3/+19
* | | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-26' in...Peter Maydell2014-09-266-97/+189
|\ \ \ | |_|/ |/| |
| * | os-posix: report error message when lock file failedGonglei2014-09-261-0/+2
| * | os-posix: remove confused errnoGonglei2014-09-261-1/+1
| * | os-posix: change tab to space avoid violating coding styleGonglei2014-09-261-37/+42
| * | qapi: Update docs given recent event, spacing fixesEric Blake2014-09-261-20/+80
| * | qapi: Ignore files created during make checkEric Blake2014-09-261-0/+3
| * | qapi: Consistent whitespace in tests/MakefileEric Blake2014-09-261-16/+16
| * | vmxcap: Update according to SDM of September 2014Adrian-Ken Rueegsegger2014-09-261-4/+6
| * | .travis.yml: remove "make check" from main matrixAlex Bennée2014-09-261-3/+15
| * | .travis.yml: pre-seed sub-modules for speedAlex Bennée2014-09-261-0/+4
| * | .travis.yml: make the make slightly more parallelAlex Bennée2014-09-261-1/+4
| * | .travis.yml: add more linux-user to the build matrixAlex Bennée2014-09-261-15/+15
| * | tests: avoid running duplicate qom-testsMichael Roth2014-09-261-1/+2
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-2617-31/+117
|\ \ \ | |/ / |/| |
| * | kvm/valgrind: don't mark memory as initializedChristian Borntraeger2014-09-262-9/+1Star
| * | po: fix conflict with %.mo rule in rules.makPaolo Bonzini2014-09-261-3/+3
| * | kvmvapic: fix migration when VM paused and when not running WindowsPavel Dovgalyuk2014-09-261-2/+9
| * | serial: check if backed by a physical serial port at realize timePaolo Bonzini2014-09-191-2/+3
| * | serial: reset state at startupPaolo Bonzini2014-09-191-0/+1
| * | target-i386: update fp status fixPavel Dovgalyuk2014-09-185-11/+18
| * | hw/dma/i8257: Silence phony error messagePhilipp Hahn2014-09-162-2/+5
| * | kvmclock: Ensure time in migration never goes backwardAlexander Graf2014-09-161-0/+49
| * | kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti2014-09-161-0/+4
| * | Introduce cpu_clean_all_dirtyMarcelo Tosatti2014-09-164-0/+23
| * | pit: fix pit interrupt can't inject into vm after migrationChenLiang2014-09-161-2/+1Star