aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-22Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-03-22Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori
2013-03-22nbd: Check against invalid option combinationsKevin Wolf
2013-03-22nbd: Use default port if only host is specifiedKevin Wolf
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Make find_image_format safe with NULL filenameKevin Wolf
2013-03-22block: Rename variable to avoid shadowingKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22nbd: Accept -drive options for the network connectionKevin Wolf
2013-03-22nbd: Remove unused functionsKevin Wolf
2013-03-22nbd: Keep hostname and port separateKevin Wolf
2013-03-22qemu-socket: Make socket_optslist publicKevin Wolf
2013-03-22block: Pass bdrv_file_open() options to block driversKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-22block: complete all IOs before resizing a devicePeter Lieven
2013-03-22Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven
2013-03-22qdev: remove redundant abort()liguang
2013-03-22gitignore: ignore more filesliguang
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)
2013-03-22serial: Fix debug format stringsKevin Wolf
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-22Advertise --libdir in configure --help outputDoug Goldstein
2013-03-22memory: fix a bug of detection of memory region collisionHu Tao
2013-03-22MinGW: Replace setsockopt by qemu_setsocketoptStefan Weil
2013-03-20virtio-ccw, s390-virtio: Use generic virtio-blk macro.Cornelia Huck
2013-03-20s390-virtio, virtio-ccw: Add config_wce for virtio-blk.Cornelia Huck
2013-03-20virtio-ccw: Add missing blk chs properties.Cornelia Huck
2013-03-19microblaze: Ignore non-cpu accesses to unmapped areasEdgar E. Iglesias
2013-03-19Merge remote-tracking branch 'kraxel/ipxe.2' into stagingAnthony Liguori
2013-03-19add a boot option to do strict bootAmos Kong
2013-03-19ui/cocoa.m: Fix compile failures introduced by recent console changesPeter Maydell
2013-03-19Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-03-19char: Fix return type of qemu_chr_fe_add_watch()Kevin Wolf
2013-03-19fix monitorGerd Hoffmann
2013-03-19virtio-blk: Do not segfault fault if failed to initialize dataplaneDunrong Huang
2013-03-19qemu-iotests: add 052 BDRV_O_SNAPSHOT testStefan Hajnoczi
2013-03-19block: fix BDRV_O_SNAPSHOT protocol detectionStefan Hajnoczi
2013-03-19qcow2: Fix segfault in qcow2_invalidate_cacheKevin Wolf
2013-03-19sheepdog: show error message for halt statusLiu Yuan
2013-03-18virtio-blk: cleanup: remove qdev field.KONRAD Frederic
2013-03-18virtio-blk: cleanup: QOM castKONRAD Frederic
2013-03-18virtio-blk: cleanup: init and exit functions.KONRAD Frederic
2013-03-18virtio-blk-ccw switch to new API.KONRAD Frederic
2013-03-18virtio-blk-s390: switch to the new API.KONRAD Frederic
2013-03-18virtio-blk-pci: switch to new API.KONRAD Frederic
2013-03-18virtio-blk: add the virtio-blk device.KONRAD Frederic
2013-03-18virtio-blk: don't use pointer for configuration.KONRAD Frederic
2013-03-18virtio-pci: fix hot unplug.KONRAD Frederic
2013-03-18virtio-x-bus: fix allow_hotplug assertion.KONRAD Frederic