summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-08ivshmem: use symbolic constant for PCI ID, add to pci-ids.txtPaolo Bonzini2-2/+7
2013-01-08virtio-9p: use symbolic constant, add to pci-ids.txtPaolo Bonzini3-1/+3
2013-01-08reorganize pci-ids.txtPaolo Bonzini1-13/+14
2013-01-08docs: move pci-ids.txt to docs/specs/Paolo Bonzini1-0/+0
2013-01-07vhost: backend masking supportMichael S. Tsirkin5-16/+137
2013-01-07vhost: set started flag while start is in progressMichael S. Tsirkin1-2/+5
2013-01-07virtio-net: set/clear vhost_started in reverse orderMichael S. Tsirkin1-2/+2
2013-01-07virtio: backend virtqueue notifier maskingMichael S. Tsirkin2-9/+83
2013-01-07virtio-pci: cache msix messagesMichael S. Tsirkin2-20/+100
2013-01-07kvm: add stub for update msi routeMichael S. Tsirkin1-0/+5
2013-01-07msix: add api to access msix messageMichael S. Tsirkin2-1/+2
2013-01-07virtio: don't waste irqfds on control vqsMichael S. Tsirkin4-9/+23
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl2-1/+34
2013-01-06virtio-pci: replace byte swap hackBlue Swirl2-34/+1
2013-01-06tests: add gcov supportBlue Swirl3-1/+64
2013-01-05hw/i386: Fix broken build for non POSIX hostsStefan Weil1-0/+5
2013-01-05softfloat: Implement uint64_to_float128Richard Henderson2-0/+11
2013-01-05softfloat: Fix uint64_to_float64Richard Henderson1-3/+10
2013-01-04Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori6-11/+11
2013-01-04Merge remote-tracking branch 'kraxel/testdev.1' into stagingAnthony Liguori5-49/+283
2013-01-04Merge remote-tracking branch 'kraxel/acpi.2' into stagingAnthony Liguori9-11/+48
2013-01-04spice: drop incorrect vm_change_state_handler() opaqueStefan Hajnoczi1-3/+2
2013-01-04linux-user/syscall.c: remove forward declarationsJohn Spencer1-5/+3
2013-01-04hw/mcf5206: Reduce size of lookup tableStefan Weil1-1/+1
2013-01-04Remove --sparc_cpu option from the configure list陳韋任 (Wei-Ren Chen)1-1/+0
2013-01-04pseries: Remove unneeded include statement (fixes MinGW builds)Stefan Weil1-1/+1
2013-01-04pc_sysfw: Check for qemu_find_file() failureMarkus Armbruster1-0/+4
2013-01-04pc: remove bochs bios debug portsGerd Hoffmann1-41/+0
2013-01-04hw: Add test device for unittests executionLucas Meneghel Rodrigues2-0/+183
2013-01-04add isa-debug-exit device.Gerd Hoffmann2-1/+76
2013-01-04switch debugcon to memory apiGerd Hoffmann1-7/+24
2013-01-04apci: assign memory regions to ich9 lpc deviceGerd Hoffmann3-4/+8
2013-01-04apci: assign memory regions to piix4 acpi deviceGerd Hoffmann1-7/+13
2013-01-04acpi: autoload dsdtGerd Hoffmann4-0/+26
2013-01-04configure: also symlink *.aml filesGerd Hoffmann1-0/+1
2013-01-03pty: unbreak libvirtGerd Hoffmann1-4/+5
2013-01-03dataplane: use linux-headers/ for virtio includesStefan Hajnoczi2-4/+3
2013-01-02configure: Write new file "config-all-disas.mak" when running configureStefan Weil1-0/+2
2013-01-02tci: Fix broken builds with TCG interpreterStefan Weil2-3/+4
2013-01-02savevm.c: cleanup system includesMichael Tokarev1-39/+1
2013-01-02disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio...Michael Tokarev2-3/+29
2013-01-02Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori27-29/+1863
2013-01-02tcg: Remove unneeded assertionStefan Weil1-1/+0
2013-01-02sheepdog: pass oid directly to send_pending_req()Liu Yuan1-1/+1
2013-01-02sheepdog: don't update inode when create_and_write failsLiu Yuan1-4/+5
2013-01-02block/raw-win32: Fix compiler warnings (wrong format specifiers)Stefan Weil1-2/+2
2013-01-02qemu-img: report size overflow error messageliguang1-3/+7
2013-01-02cutils: change strtosz_suffix_unit functionliguang1-2/+4
2013-01-02virtio-blk: Return UNSUPP for unknown request typesAlexey Zaytsev1-1/+5
2013-01-02virtio-blk: add x-data-plane=on|off performance featureStefan Hajnoczi2-1/+46