aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-01Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori
2012-03-01Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori
2012-03-01Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-03-01kvm: fix unaligned slotsAvi Kivity
2012-03-01pc-bios: update kvmvapic.binAvi Kivity
2012-02-29Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-02-29Merge remote-tracking branch 'spice/spice.v49' into stagingAnthony Liguori
2012-02-29Merge remote-tracking branch 'kraxel/usb.39' into stagingAnthony Liguori
2012-02-29qemu-img: fix segment fault when the image format is qedZhi Yong Wu
2012-02-29qemu-io: fix segment fault when the image format is qedZhi Yong Wu
2012-02-29qemu-tool: revert cpu_get_clock() abort(3)Stefan Hajnoczi
2012-02-29qemu-iotests: Test rebase with short backing fileKevin Wolf
2012-02-29qemu-iotests: 026: Reduce output changes for cache=none qcow2Kevin Wolf
2012-02-29qemu-iotests: Filter out DOS line endingsKevin Wolf
2012-02-29test: add image streaming testsStefan Hajnoczi
2012-02-29qemu-iotests: add iotests Python moduleStefan Hajnoczi
2012-02-29qemu-iotests: export TEST_DIR for non-bash testsStefan Hajnoczi
2012-02-29QMP: Add qmp command for blockdev-group-snapshot-syncJeff Cody
2012-02-29qapi: Introduce blockdev-group-snapshot-sync commandJeff Cody
2012-02-29qcow2: Reject too large header extensionsKevin Wolf
2012-02-29qcow2: Fix offset in qcow2_read_extensionsKevin Wolf
2012-02-29block: drop aio_multiwrite in BlockDriverPaolo Bonzini
2012-02-29block: remove unused fields in BlockDriverStatePaolo Bonzini
2012-02-29qcow2: Fix build with DEBUG_EXT enabledKevin Wolf
2012-02-29ide: fail I/O to empty diskPaolo Bonzini
2012-02-29fdc: DIR (Digital Input Register) should return status of current drive...Hervé Poussineau
2012-02-29fdc: fix seek command, which shouldn't check tracksHervé Poussineau
2012-02-29fdc: check if media rate is correct before doing any transferHervé Poussineau
2012-02-29fdc: add a 'check media rate' property. Not used yetHervé Poussineau
2012-02-29block: add a transfer rate for floppy typesHervé Poussineau
2012-02-29fdc: add CCR (Configuration Control Register) write registerHervé Poussineau
2012-02-29fdc: handle read-only floppies (abort early on write commands)Hervé Poussineau
2012-02-29fdc: most control commands do not generate interruptsHervé Poussineau
2012-02-29fdc: set busy bit when starting a commandHervé Poussineau
2012-02-29fdc: take side count into accountHervé Poussineau
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity