summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini1-13/+56
2011-12-22nbd: split requestsPaolo Bonzini1-6/+46
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini2-65/+131
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini5-211/+260
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah1-3/+3
2011-12-21virtio-console: Properly initialise class methodsAmit Shah1-3/+6
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah1-0/+11
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini2-0/+71
2011-12-21scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.Harsh Prateek Bora1-2/+73
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V1-23/+24
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V4-16/+17
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi1-102/+60
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski1-0/+1
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell1-0/+1
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell1-7/+17
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell1-19/+25
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell1-1/+1
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell1-2/+5
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell1-14/+11
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell1-2/+2
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell1-1/+1
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell1-0/+5
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell1-7/+22
2011-12-20hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell1-13/+5
2011-12-20g_thread_init users: don't call it if glib >= 2.31Alon Levy3-0/+15
2011-12-20audio: remove unused parameter isa_picHervé Poussineau12-19/+19
2011-12-20isa: always use provided ISA bus in isa_bus_irqs()Hervé Poussineau1-2/+4
2011-12-20isa: always use provided ISA bus when creating an isa deviceHervé Poussineau1-6/+4
2011-12-20malta: give ISA bus to ISA methodsHervé Poussineau3-4/+4
2011-12-20fulong2e: give ISA bus to ISA methodsHervé Poussineau3-7/+5
2011-12-20sun4u: give ISA bus to ISA methodsHervé Poussineau1-2/+4
2011-12-20alpha: give ISA bus to ISA methodsHervé Poussineau3-8/+9
2011-12-20pc: give ISA bus to ISA methodsHervé Poussineau3-6/+7
2011-12-20i8259: give ISA device to isa_register_ioport()Hervé Poussineau1-2/+2
2011-12-20isa: move ISABus structure definition to header fileHervé Poussineau2-5/+6
2011-12-20isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...Hervé Poussineau33-145/+170
2011-12-20net: store guest timestamp in dump file instead of time since guest startupHervé Poussineau1-1/+6
2011-12-20net: truncate output file when using dump backendHervé Poussineau1-1/+1
2011-12-20i440fx: remove piix3 fieldPaolo Bonzini1-3/+0
2011-12-20memory: temporarily add memory_region_get_ram_addr()Avi Kivity2-0/+16
2011-12-20xen, vga: add API for registering the framebufferAvi Kivity4-0/+15
2011-12-20vhost: convert to MemoryListener APIAvi Kivity2-33/+96
2011-12-20kvm: convert to MemoryListener APIAvi Kivity1-37/+70
2011-12-20kvm: switch kvm slots to use host virtual address instead of ram_addr_tAvi Kivity4-21/+25
2011-12-20memory: add API for observing updates to the physical memory mapAvi Kivity3-0/+145
2011-12-20memory: replace cpu_physical_sync_dirty_bitmap() with a memory APIAvi Kivity5-7/+19
2011-12-20framebuffer: drop use of cpu_physical_sync_dirty_bitmap()Avi Kivity1-1/+1
2011-12-20loader: remove calls to cpu_get_physical_page_desc()Avi Kivity1-4/+5
2011-12-20framebuffer: drop use of cpu_get_physical_page_desc()Avi Kivity6-24/+27
2011-12-20memory: introduce memory_region_find()Avi Kivity2-0/+101