summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-12-22hw/vfio/pci: split vfio_get_deviceEric Auger1-52/+78
2014-12-22hw/vfio/pci: Introduce VFIORegionEric Auger1-92/+101
2014-12-22hw/vfio/pci: handle reset at VFIODeviceEric Auger1-30/+63
2014-12-22hw/vfio/pci: add type, name and group fields in VFIODeviceEric Auger1-9/+18
2014-12-19hw/vfio/pci: introduce minimalist VFIODevice with fdEric Auger1-54/+63
2014-12-19hw/vfio/pci: generalize mask/unmask to any IRQ indexEric Auger1-10/+10
2014-12-19hw/vfio/pci: Rename VFIODevice into VFIOPCIDeviceEric Auger1-104/+106
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips5-3/+6
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka1-1/+1
2014-12-19vfio: migration to trace pointsEric Auger1-197/+206
2014-12-17Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141216-1' into s...Peter Maydell4-19/+42
2014-12-16vga: set catagory bit for secondary vga deviceGonglei1-0/+1
2014-12-16move hw cursor pos from cirrus to vgaGerd Hoffmann2-16/+17
2014-12-16cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt1-1/+8
2014-12-16vga: Add mechanism to force the use of a shadow surfaceBenjamin Herrenschmidt2-2/+16
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2-4/+3
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell20-183/+323
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor2-1/+52
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2-18/+27
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor2-106/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini1-9/+16
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini1-0/+3
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini1-14/+12
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini1-2/+16
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2-3/+12
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2-0/+8
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini2-0/+28
2014-12-15pc: add 2.3 machine typesPaolo Bonzini2-7/+48
2014-12-15scsi-disk: provide maximum transfer lengthPaolo Bonzini1-0/+27
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2-2/+2
2014-12-15scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster1-4/+2
2014-12-15scsi: Drop superfluous conditionals around g_free()Markus Armbruster1-4/+2
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2014-12-15x86: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger1-2/+1
2014-12-15vfio: use kvm_resamplefds_enabled()Eric Auger1-3/+2
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2-2/+0
2014-12-15Add bootloader name to multiboot implementationDrew DeVault1-5/+27
2014-12-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-1...Peter Maydell9-40/+39
2014-12-11hpet: increase spelling precisionStefan Hajnoczi1-1/+1
2014-12-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...Peter Maydell4-5/+28
2014-12-11arm_gic_kvm: Tell kernel about number of IRQsPeter Maydell1-0/+20
2014-12-11hw/arm/boot: fix uninitialized scalar variable warning reported by coverityzhanghailiang1-1/+3
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov1-1/+2
2014-12-11target-arm: make DACR bankedFabian Aggeler1-1/+1
2014-12-11target-arm: make TTBR0/1 bankedFabian Aggeler1-1/+1
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler1-1/+1