summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add option to mlock qemu and guest memorySatoru Moriya2013-04-222-0/+6
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-04-222-3/+2Star
|\
| * block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1Star
| * block: Add driver-specific options for backing filesKevin Wolf2013-04-221-1/+1
* | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-04-225-4/+212
|\ \ | |/ |/|
| * vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2013-04-192-0/+75
| * virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2013-04-192-4/+133
| * vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger2013-04-191-0/+3
| * scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman2013-04-191-0/+1
* | qdev: Drop taddr propertiesPeter Maydell2013-04-201-10/+0Star
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2013-04-192-2/+1Star
|\ \
| * | virtio.h: drop unused function prototypesLuiz Capitulino2013-04-191-2/+0Star
| * | bswap: fix compiler warningAlexey Kardashevskiy2013-04-191-0/+1
| |/
* | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-04-192-4/+1Star
|\ \ | |/ |/|
| * pci: add pci test deviceMichael S. Tsirkin2013-04-161-0/+1
| * kvm: remove unused APIsMichael S. Tsirkin2013-04-141-4/+0Star
* | configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini2013-04-181-1/+1
* | elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-182-2/+10
* | elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2013-04-182-10/+18
* | elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-182-2/+9
* | elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-182-2/+7
* | virtio-net: cleanup: use QOM cast.KONRAD Frederic2013-04-171-1/+1
* | virtio-net: add the virtio-net device.KONRAD Frederic2013-04-171-0/+13
* | virtio: add two functions to VirtioDeviceClass.KONRAD Frederic2013-04-171-0/+12
* | Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-171-1/+2
* | chardev: remove the headers of Memory chardev driverLei Li2013-04-171-6/+0Star
* | Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori2013-04-161-1/+1
|\ \
| * | virtio-console: Also throttle when less was written then requestedHans de Goede2013-04-161-1/+1
* | | Merge remote-tracking branch 'kraxel/pixman.v11' into stagingAnthony Liguori2013-04-163-34/+31Star
|\ \ \
| * | | console: allow pinning displaychangelisteners to consolesGerd Hoffmann2013-04-162-1/+2
| * | | console: add qemu_console_is_*Gerd Hoffmann2013-04-161-2/+4
| * | | xen: re-enable refresh interval reporting for xenfbGerd Hoffmann2013-04-161-0/+1
| * | | console: gui timer fixesGerd Hoffmann2013-04-161-4/+5
| * | | console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+6
| * | | console: make DisplayState private to console.cGerd Hoffmann2013-04-161-8/+0Star
| * | | console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann2013-04-161-2/+0Star
| * | | console: simplify screendumpGerd Hoffmann2013-04-161-3/+0Star
| * | | console: give each QemuConsole its own DisplaySurfaceGerd Hoffmann2013-04-161-1/+0Star
| * | | console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-11/+11
| * | | console: displaystate init revampGerd Hoffmann2013-04-161-4/+1Star
| * | | pixman: render vgafont glyphs into pixman imagesGerd Hoffmann2013-04-161-0/+7
| * | | pixman: add qemu_pixman_color()Gerd Hoffmann2013-04-161-0/+2
| |/ /
* | | Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2013-04-162-6/+16
|\ \ \
| * | | cpu: Pass CPUState to *cpu_synchronize_post*()Igor Mammedov2013-04-161-6/+6
| * | | qdev: Add qdev property for bool typeIgor Mammedov2013-04-161-0/+10
| |/ /
* | | stream: Remove app argument hackPeter Crosthwaite2013-04-162-11/+15
* | | stream: Add flow control APIPeter Crosthwaite2013-04-161-3/+30
|/ /
* | Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-04-1615-24/+98
|\ \
| * | exec: remove useless declarations from memory-internal.hPaolo Bonzini2013-04-151-6/+0Star
| * | memory: move core typedefs to qemu/typedefs.hPaolo Bonzini2013-04-152-5/+4Star