summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* macio: move DBDMA_init from instance_init to realizePaolo Bonzini2015-10-091-4/+4
* hw: do not pass NULL to memory_region_init from instance_initPaolo Bonzini2015-10-093-5/+5
* mac_dbdma: always clear FLUSH bit once DBDMA channel flush is completeMark Cave-Ayland2015-09-201-7/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-2/+1
|\
| * Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin2015-09-071-2/+1
* | arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-073-5/+3
|/
* i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois2015-08-131-6/+5
* i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois2015-08-131-67/+3
* macio: remove nonexistent interrupt on pin 1Cormac O'Brien2015-07-071-2/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-191-1/+0
|\
| * pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani2015-06-191-1/+0
* | macio: Convert to realize()Markus Armbruster2015-06-031-33/+38
|/
* misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
* sun4m: fix slavio sysctrl and led register sizesMark Cave-Ayland2015-04-271-2/+3
* omap: Fix warnings from SparseStefan Weil2015-03-194-4/+8
* stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2015-03-112-0/+161
* milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warningRadim Krčmář2015-03-101-1/+1
* macio: fix possible memory leakGonglei2015-03-101-1/+2
* cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland2015-03-091-2/+3
* macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland2015-03-091-0/+24
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-092-7/+4
|\
| * pc: export applesmc IO port/lenIgor Mammedov2015-03-011-3/+2
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* | Give ivshmem its own config optionDavid Gibson2015-02-271-3/+1
|/
* hw: misc, add educational driverJiri Slaby2015-01-262-0/+409
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2014-12-192-4480/+0
* vfio: fix adding memory listener to the right address spaceFrank Blaschka2014-12-191-1/+1
* vfio: migration to trace pointsEric Auger2014-12-191-197/+206
* vfio: use kvm_resamplefds_enabled()Eric Auger2014-12-151-3/+2
* ivshmem: use error_reportAndrew Jones2014-10-311-27/+25
* ivshmem: Fix fd leak on errorAndreas Färber2014-10-311-0/+1
* ivshmem: Fix potential OOB r/w accessSebastian Krahmer2014-10-311-4/+23
* ivshmem: validate incoming_posn value from serverStefan Hajnoczi2014-10-311-0/+8
* ivshmem: Check ivshmem_read() size argumentStefan Hajnoczi2014-10-311-2/+28
* Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+1
* omap_gpmc.c: Remove duplicate assignmentDr. David Alan Gilbert2014-10-241-2/+0
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-1/+0
* vfio: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* vfio: make rom read endian sensitiveNikunj A Dadhania2014-09-221-3/+24
* Revert "vfio: Make BARs native endian"Alexey Kardashevskiy2014-09-221-31/+10
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-082-3/+30
* PPC: mac99: Fix core99 timer frequencyAlexander Graf2014-09-081-2/+7
* vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson2014-08-251-2/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-194-15/+3
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-183-12/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-182-3/+3
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell2014-08-151-1/+5
|\ \
OpenPOWER on IntegriCloud