aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-24virtio: remove virtiobindings.KONRAD Frederic2-23/+0
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-24/+0
2013-04-24virtio-bus: add new functions.KONRAD Frederic1-0/+5
2013-04-24virtio-rng: cleanup: use QOM casts.KONRAD Frederic1-1/+1
2013-04-24virtio-rng: cleanup: remove qdev field.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: cleanup: init and exit functions.KONRAD Frederic1-2/+0
2013-04-24virtio-rng: add virtio-rng device.KONRAD Frederic1-0/+14
2013-04-24virtio-rng: don't use pointer for configuration.KONRAD Frederic1-1/+1
2013-04-24input: introduce keyboard handler listGerd Hoffmann2-2/+5
2013-04-24input: make QEMUPutLEDEntry + QEMUPutMouseEntry privateGerd Hoffmann1-17/+2
2013-04-24ich9: kill cmos_s3Hu Tao2-2/+2
2013-04-23Move TPM passthrough specific command line options to backend structureStefan Berger1-0/+1
2013-04-22Add option to mlock qemu and guest memorySatoru Moriya2-0/+6
2013-04-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2-3/+2
2013-04-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori5-4/+212
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf1-2/+1
2013-04-22block: Add driver-specific options for backing filesKevin Wolf1-1/+1
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-10/+0
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-0/+75
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini2-4/+133
2013-04-19Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+1
2013-04-19Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-4/+1
2013-04-19virtio.h: drop unused function prototypesLuiz Capitulino1-2/+0
2013-04-19bswap: fix compiler warningAlexey Kardashevskiy1-0/+1
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger1-0/+3
2013-04-19scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman1-0/+1
2013-04-18configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini1-1/+1
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2-2/+10
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2-10/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2-2/+9
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2-2/+7
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic1-1/+1
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic1-0/+13
2013-04-17virtio: add two functions to VirtioDeviceClass.KONRAD Frederic1-0/+12
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster1-1/+2
2013-04-17chardev: remove the headers of Memory chardev driverLei Li1-6/+0
2013-04-16Merge remote-tracking branch 'spice/spice.v69' into stagingAnthony Liguori1-1/+1
2013-04-16Merge remote-tracking branch 'kraxel/pixman.v11' into stagingAnthony Liguori3-34/+31
2013-04-16Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori2-6/+16
2013-04-16virtio-console: Also throttle when less was written then requestedHans de Goede1-1/+1
2013-04-16stream: Remove app argument hackPeter Crosthwaite2-11/+15
2013-04-16stream: Add flow control APIPeter Crosthwaite1-3/+30
2013-04-16console: allow pinning displaychangelisteners to consolesGerd Hoffmann2-1/+2
2013-04-16console: add qemu_console_is_*Gerd Hoffmann1-2/+4
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-0/+1
2013-04-16console: gui timer fixesGerd Hoffmann1-4/+5
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-6/+6
2013-04-16console: make DisplayState private to console.cGerd Hoffmann1-8/+0
2013-04-16console: move gui_update+gui_setup_refresh from vl.c into console.cGerd Hoffmann1-2/+0
2013-04-16console: simplify screendumpGerd Hoffmann1-3/+0