summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | qemu-nbd: simplify nbd_tripPaolo Bonzini2011-12-221-17/+8Star
| * | | move corking functions to osdep.cPaolo Bonzini2011-12-223-18/+12Star
| * | | qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini2011-12-223-7/+7
| * | | qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini2011-12-223-8/+5Star
| * | | Update ioctl order in nbd_init() to detect EBUSYChunyan Liu2011-12-221-18/+9Star
| * | | nbd: add support for NBD_CMD_TRIMPaolo Bonzini2011-12-222-2/+38
| * | | nbd: add support for NBD_CMD_FLUSHPaolo Bonzini2011-12-222-9/+51
| * | | nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini2011-12-222-2/+15
| * | | nbd: fix error handling in the serverPaolo Bonzini2011-12-221-9/+12
| * | | nbd: allow multiple in-flight requestsPaolo Bonzini2011-12-221-13/+56
| * | | nbd: split requestsPaolo Bonzini2011-12-221-6/+46
| * | | nbd: switch to asynchronous operationPaolo Bonzini2011-12-222-65/+131
| * | | sheepdog: move coroutine send/recv function to generic codePaolo Bonzini2011-12-225-211/+260
| * | | add qemu_send_full and qemu_recv_fullPaolo Bonzini2011-12-212-0/+71
| |/ /
* | | enable architectural PMU cpuid leaf for kvmGleb Natapov2011-12-221-4/+13
* | | Set numa topology for max_cpusVasilis Liaskovitis2011-12-222-5/+5
* | | kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka2011-12-221-3/+2Star
* | | kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka2011-12-222-9/+9
* | | kvm: x86: Use symbols for all xsave fieldJan Kiszka2011-12-221-6/+8
* | | virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah2011-12-211-3/+3
* | | virtio-console: Properly initialise class methodsAmit Shah2011-12-211-3/+6
* | | virtio-console: Check if chardev backends available before calling into themAmit Shah2011-12-211-0/+11
|/ /
* | sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski2011-12-211-0/+1
* | hw/sd.c: Clear status bits when read via response r6Peter Maydell2011-12-211-0/+1
* | hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell2011-12-211-7/+17
* | hw/sd.c: Correct handling of type B SD status bitsPeter Maydell2011-12-211-19/+25
* | hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell2011-12-211-1/+1
* | hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell2011-12-211-2/+5
* | hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell2011-12-211-14/+11Star
* | hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell2011-12-211-2/+2
* | hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell2011-12-211-1/+1
* | hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell2011-12-211-0/+5
* | hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell2011-12-211-7/+22
* | hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell2011-12-201-13/+5Star
* | g_thread_init users: don't call it if glib >= 2.31Alon Levy2011-12-203-0/+15
* | audio: remove unused parameter isa_picHervé Poussineau2011-12-2012-19/+19
* | isa: always use provided ISA bus in isa_bus_irqs()Hervé Poussineau2011-12-201-2/+4
* | isa: always use provided ISA bus when creating an isa deviceHervé Poussineau2011-12-201-6/+4Star
* | malta: give ISA bus to ISA methodsHervé Poussineau2011-12-203-4/+4
* | fulong2e: give ISA bus to ISA methodsHervé Poussineau2011-12-203-7/+5Star
* | sun4u: give ISA bus to ISA methodsHervé Poussineau2011-12-201-2/+4
* | alpha: give ISA bus to ISA methodsHervé Poussineau2011-12-203-8/+9
* | pc: give ISA bus to ISA methodsHervé Poussineau2011-12-203-6/+7
* | i8259: give ISA device to isa_register_ioport()Hervé Poussineau2011-12-201-2/+2
* | isa: move ISABus structure definition to header fileHervé Poussineau2011-12-202-5/+6
* | isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau2011-12-2033-145/+170
* | net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau2011-12-201-1/+6
* | net: truncate output file when using dump backendHervé Poussineau2011-12-201-1/+1
* | i440fx: remove piix3 fieldPaolo Bonzini2011-12-201-3/+0Star
* | qdev: fix hotplug when no -device is specifiedAnthony Liguori2011-12-193-0/+16
|/