summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov
2011-12-22Set numa topology for max_cpusVasilis Liaskovitis
2011-12-22kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregsJan Kiszka
2011-12-22kvm: x86: Avoid runtime allocation of xsave bufferJan Kiszka
2011-12-22kvm: x86: Use symbols for all xsave fieldJan Kiszka
2011-12-22nbd: add myself as maintainerPaolo Bonzini
2011-12-22qemu-nbd: throttle requestsPaolo Bonzini
2011-12-22qemu-nbd: asynchronous operationPaolo Bonzini
2011-12-22qemu-nbd: add client pointer to NBDRequestPaolo Bonzini
2011-12-22qemu-nbd: move client handling to nbd.cPaolo Bonzini
2011-12-22qemu-nbd: use common main loopPaolo Bonzini
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDRequestPaolo Bonzini
2011-12-22qemu-nbd: introduce NBDExportPaolo Bonzini
2011-12-22qemu-nbd: introduce nbd_do_receive_requestPaolo Bonzini
2011-12-22qemu-nbd: more robust handling of invalid requestsPaolo Bonzini
2011-12-22qemu-nbd: introduce nbd_do_send_replyPaolo Bonzini
2011-12-22qemu-nbd: simplify nbd_tripPaolo Bonzini
2011-12-22move corking functions to osdep.cPaolo Bonzini
2011-12-22qemu-nbd: remove data_size argument to nbd_tripPaolo Bonzini
2011-12-22qemu-nbd: remove offset argument to nbd_tripPaolo Bonzini
2011-12-22Update ioctl order in nbd_init() to detect EBUSYChunyan Liu
2011-12-22nbd: add support for NBD_CMD_TRIMPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLUSHPaolo Bonzini
2011-12-22nbd: add support for NBD_CMD_FLAG_FUAPaolo Bonzini
2011-12-22nbd: fix error handling in the serverPaolo Bonzini
2011-12-22nbd: allow multiple in-flight requestsPaolo Bonzini
2011-12-22nbd: split requestsPaolo Bonzini
2011-12-22nbd: switch to asynchronous operationPaolo Bonzini
2011-12-22sheepdog: move coroutine send/recv function to generic codePaolo Bonzini
2011-12-21virtio-serial-bus: Ports are expected to implement 'have_data' callbackAmit Shah
2011-12-21virtio-console: Properly initialise class methodsAmit Shah
2011-12-21virtio-console: Check if chardev backends available before calling into themAmit Shah
2011-12-21add qemu_send_full and qemu_recv_fullPaolo Bonzini
2011-12-21scripts/analyse-9p-simpletrace.py: Add symbolic names for 9p operations.Harsh Prateek Bora
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi
2011-12-21sd: Remember to reset .expecting_acmd on reset.Andrzej Zaborowski
2011-12-21hw/sd.c: Clear status bits when read via response r6Peter Maydell
2011-12-21hw/sd.c: Correct handling of APP_CMD status bitPeter Maydell
2011-12-21hw/sd.c: Correct handling of type B SD status bitsPeter Maydell
2011-12-21hw/sd.c: Set ILLEGAL_COMMAND for ACMDs in invalid statePeter Maydell
2011-12-21hw/sd.c: Handle CRC and locked-card errors in normal code pathPeter Maydell
2011-12-21hw/sd.c: Handle illegal commands in sd_do_commandPeter Maydell
2011-12-21hw/sd.c: When setting ADDRESS_ERROR bit, don't clear everything elsePeter Maydell
2011-12-21hw/sd.c: On CRC error, set CRC error status bit rather than clearing itPeter Maydell
2011-12-21hw/sd.c: Add comment regarding CARD_STATUS_* definesPeter Maydell
2011-12-21hw/sd.c: Fix the set of commands which are failed when card is lockedPeter Maydell
2011-12-20hw/sysbus.c: Remove unnecessary conditionalsPeter Maydell