aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-06VMDK: creating streamOptimized subformatFam Zheng1-6/+12
2011-09-06VMDK: read/write compressed extentFam Zheng1-11/+100
2011-09-06VMDK: Opening compressed extent.Fam Zheng1-0/+16
2011-09-06VMDK: separate vmdk_read_extent/vmdk_write_extentFam Zheng1-9/+45
2011-09-06VMDK: add twoGbMaxExtentSparse supportFam Zheng1-50/+83
2011-09-06VMDK: enable twoGbMaxExtentFlatFam Zheng1-1/+3
2011-09-06block: Declare qemu_blockalign() in block.h, not block_int.hMarkus Armbruster3-3/+2
2011-09-06spitz tosa: Simplify "drive is suitable for microdrive" testMarkus Armbruster2-14/+6
2011-09-06xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD"Markus Armbruster1-2/+1
2011-09-06savevm: Include writable devices with removable mediaMarkus Armbruster2-3/+3
2011-09-06block: Clean up bdrv_flush_all()Markus Armbruster1-2/+1
2011-09-06fdc: Make media change detection more robustMarkus Armbruster1-4/+8
2011-09-06block: Leave tracking media change to device modelsMarkus Armbruster3-37/+24
2011-09-06block/raw: Fix to forward method bdrv_media_changed()Markus Armbruster1-0/+7
2011-09-06ide: Give vmstate structs internal linkage where possibleMarkus Armbruster1-3/+3
2011-09-06ide: Clean up case label indentation in ide_exec_cmd()Markus Armbruster1-6/+6
2011-09-06ide: Update command code definitions as per ACS-2 Table B.2Markus Armbruster2-83/+92
2011-09-06block: Split change_cb() into change_media_cb(), resize_cb()Markus Armbruster6-29/+33
2011-09-06block: Generalize change_cb() to BlockDevOpsMarkus Armbruster6-31/+44
2011-09-06block: Attach non-qdev devices as wellMarkus Armbruster12-22/+39
2011-09-06async: Allow nested qemu_bh_poll callsKevin Wolf1-8/+16
2011-09-06qcow2: Fix error cases to run depedent requestsKevin Wolf1-3/+4
2011-09-06qcow2: Properly initialise QcowL2MetaKevin Wolf1-2/+3
2011-09-06linux aio: some commentsFrediano Ziglio2-0/+5
2011-09-04apb_pci: convert PCI space to memory APIBlue Swirl1-5/+8
2011-09-04fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectlyBlue Swirl1-1/+2
2011-09-03softfloat: Use uint32 consistentlyAndreas Färber2-12/+12
2011-09-03softfloat: Use uint16 consistentlyAndreas Färber2-6/+6
2011-09-03Allow overriding the location of Samba's smbd.Brad4-9/+13
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil36-259/+259
2011-09-03Add new macro QEMU_PACKED for packed C structuresStefan Weil1-0/+6
2011-09-02rename qemu_malloc and related to glib names for coherenceFrediano Ziglio2-7/+7
2011-09-02Fix install(1) usage to be compatible with OpenBSD's install(1).Brad1-3/+3
2011-09-02Rename qemu -> qemu-system-i386Anthony Liguori2-7/+2
2011-09-02main: force enabling of I/O threadAnthony Liguori6-232/+1
2011-09-02trace: fix out-of-tree buildsAnthony Liguori1-1/+1
2011-09-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori21-490/+719
2011-09-01Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-4/+4
2011-09-01Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori1-1/+1
2011-09-01build: sort objects to remove duplicates for linkStefan Hajnoczi1-1/+1
2011-09-01main: switch qemu_set_fd_handler to g_io_add_watchAnthony Liguori1-1/+56
2011-09-01Add glib support to main loopAnthony Liguori1-0/+74
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell1-10/+10
2011-09-01simpletrace: fix process() argument countStefan Hajnoczi1-2/+2
2011-09-01trace: enable all eventsLluís1-324/+324
2011-09-01trace: [stderr] add support for dynamically enabling/disabling eventsLluís7-11/+81
2011-09-01trace: [simple] disable all trace points by defaultLluís3-13/+10
2011-09-01trace: always use the "nop" backend on events with the "disable" keywordLluís2-23/+17
2011-09-01trace: add "-trace events" argument to control initial stateLluís9-13/+92
2011-09-01trace: always compile support for controlling and querying trace event statesLluís3-24/+40