Age | Commit message (Expand) | Author | Files | Lines |
2011-09-06 | VMDK: creating streamOptimized subformat | Fam Zheng | 1 | -6/+12 |
2011-09-06 | VMDK: read/write compressed extent | Fam Zheng | 1 | -11/+100 |
2011-09-06 | VMDK: Opening compressed extent. | Fam Zheng | 1 | -0/+16 |
2011-09-06 | VMDK: separate vmdk_read_extent/vmdk_write_extent | Fam Zheng | 1 | -9/+45 |
2011-09-06 | VMDK: add twoGbMaxExtentSparse support | Fam Zheng | 1 | -50/+83 |
2011-09-06 | VMDK: enable twoGbMaxExtentFlat | Fam Zheng | 1 | -1/+3 |
2011-09-06 | block: Declare qemu_blockalign() in block.h, not block_int.h | Markus Armbruster | 3 | -3/+2 |
2011-09-06 | spitz tosa: Simplify "drive is suitable for microdrive" test | Markus Armbruster | 2 | -14/+6 |
2011-09-06 | xen: Clean up pci_piix3_xen_ide_unplug()'s test for "not a CD" | Markus Armbruster | 1 | -2/+1 |
2011-09-06 | savevm: Include writable devices with removable media | Markus Armbruster | 2 | -3/+3 |
2011-09-06 | block: Clean up bdrv_flush_all() | Markus Armbruster | 1 | -2/+1 |
2011-09-06 | fdc: Make media change detection more robust | Markus Armbruster | 1 | -4/+8 |
2011-09-06 | block: Leave tracking media change to device models | Markus Armbruster | 3 | -37/+24 |
2011-09-06 | block/raw: Fix to forward method bdrv_media_changed() | Markus Armbruster | 1 | -0/+7 |
2011-09-06 | ide: Give vmstate structs internal linkage where possible | Markus Armbruster | 1 | -3/+3 |
2011-09-06 | ide: Clean up case label indentation in ide_exec_cmd() | Markus Armbruster | 1 | -6/+6 |
2011-09-06 | ide: Update command code definitions as per ACS-2 Table B.2 | Markus Armbruster | 2 | -83/+92 |
2011-09-06 | block: Split change_cb() into change_media_cb(), resize_cb() | Markus Armbruster | 6 | -29/+33 |
2011-09-06 | block: Generalize change_cb() to BlockDevOps | Markus Armbruster | 6 | -31/+44 |
2011-09-06 | block: Attach non-qdev devices as well | Markus Armbruster | 12 | -22/+39 |
2011-09-06 | async: Allow nested qemu_bh_poll calls | Kevin Wolf | 1 | -8/+16 |
2011-09-06 | qcow2: Fix error cases to run depedent requests | Kevin Wolf | 1 | -3/+4 |
2011-09-06 | qcow2: Properly initialise QcowL2Meta | Kevin Wolf | 1 | -2/+3 |
2011-09-06 | linux aio: some comments | Frediano Ziglio | 2 | -0/+5 |
2011-09-04 | apb_pci: convert PCI space to memory API | Blue Swirl | 1 | -5/+8 |
2011-09-04 | fw_cfg: fix crash if FW_CFG_WRITE_CHANNEL is used incorrectly | Blue Swirl | 1 | -1/+2 |
2011-09-03 | softfloat: Use uint32 consistently | Andreas Färber | 2 | -12/+12 |
2011-09-03 | softfloat: Use uint16 consistently | Andreas Färber | 2 | -6/+6 |
2011-09-03 | Allow overriding the location of Samba's smbd. | Brad | 4 | -9/+13 |
2011-09-03 | Use new macro QEMU_PACKED for packed structures | Stefan Weil | 36 | -259/+259 |
2011-09-03 | Add new macro QEMU_PACKED for packed C structures | Stefan Weil | 1 | -0/+6 |
2011-09-02 | rename qemu_malloc and related to glib names for coherence | Frediano Ziglio | 2 | -7/+7 |
2011-09-02 | Fix install(1) usage to be compatible with OpenBSD's install(1). | Brad | 1 | -3/+3 |
2011-09-02 | Rename qemu -> qemu-system-i386 | Anthony Liguori | 2 | -7/+2 |
2011-09-02 | main: force enabling of I/O thread | Anthony Liguori | 6 | -232/+1 |
2011-09-02 | trace: fix out-of-tree builds | Anthony Liguori | 1 | -1/+1 |
2011-09-02 | Merge remote-tracking branch 'stefanha/tracing' into staging | Anthony Liguori | 21 | -490/+719 |
2011-09-01 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 4 | -4/+4 |
2011-09-01 | Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging | Anthony Liguori | 1 | -1/+1 |
2011-09-01 | build: sort objects to remove duplicates for link | Stefan Hajnoczi | 1 | -1/+1 |
2011-09-01 | main: switch qemu_set_fd_handler to g_io_add_watch | Anthony Liguori | 1 | -1/+56 |
2011-09-01 | Add glib support to main loop | Anthony Liguori | 1 | -0/+74 |
2011-09-01 | tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings | Peter Maydell | 1 | -10/+10 |
2011-09-01 | simpletrace: fix process() argument count | Stefan Hajnoczi | 1 | -2/+2 |
2011-09-01 | trace: enable all events | Lluís | 1 | -324/+324 |
2011-09-01 | trace: [stderr] add support for dynamically enabling/disabling events | Lluís | 7 | -11/+81 |
2011-09-01 | trace: [simple] disable all trace points by default | Lluís | 3 | -13/+10 |
2011-09-01 | trace: always use the "nop" backend on events with the "disable" keyword | Lluís | 2 | -23/+17 |
2011-09-01 | trace: add "-trace events" argument to control initial state | Lluís | 9 | -13/+92 |
2011-09-01 | trace: always compile support for controlling and querying trace event states | Lluís | 3 | -24/+40 |