summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* device_tree: qemu_fdt_getprop_cell converted to use the error APIEric Auger2019-11-294-12/+35
* device_tree: qemu_fdt_getprop converted to use the error APIEric Auger2019-11-292-6/+18
* device_tree: introduce qemu_fdt_node_pathEric Auger2019-11-292-0/+72
* device_tree: introduce load_device_tree_from_sysfsEric Auger2019-11-292-0/+108
* hw/vfio/platform: amd-xgbe deviceEric Auger2019-11-293-0/+107
* vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explainWei Yang2019-11-291-4/+4
* pcie_aer: expose pcie_aer_msg() interfaceChen Fan2019-11-292-1/+2
* aer: impove pcie_aer_init to support vfio deviceChen Fan2019-11-295-6/+6
* vfio: make the 4 bytes aligned for capability sizeChen Fan2019-11-291-1/+2
* pcie: modify the capability size assertChen Fan2019-11-291-1/+1
* MAINTAINERS: Add section for FPU emulationPeter Maydell2019-11-291-0/+7
* osdep.h: Remove int_fast*_t Solaris compatibility codePeter Maydell2019-11-291-7/+0
* fpu: Use plain 'int' rather than 'int_fast16_t' for exponentsPeter Maydell2019-11-292-62/+62
* fpu: Use plain 'int' rather than 'int_fast16_t' for shift countsPeter Maydell2019-11-292-20/+32
* fpu: Remove use of int_fast16_t in conversions to int16Peter Maydell2019-11-292-22/+22
* target-mips: Stop using uint_fast*_t types in r4k_tlb_t structPeter Maydell2019-11-291-13/+13
* vl: Clean up machine selection in main().Markus Armbruster2019-11-291-5/+6
* vl: Set error location when parsing memory optionsEduardo Habkost2019-11-291-0/+6
* replay: Set error location properly when parsing optionsEduardo Habkost2019-11-291-0/+10
* vl: Reset location after handling command-line argumentsEduardo Habkost2019-11-291-2/+5
* vl.c: Fix regression in machine error messageMarcel Apfelbaum2019-11-291-11/+26
* qapi: Change visit_start_implicit_struct to visit_start_alternateEric Blake2019-11-296-71/+82
* qapi: Don't box branches of flat unionsEric Blake2019-11-2910-108/+24
* qapi: Don't box struct branch of alternateEric Blake2019-11-295-28/+58
* qapi-visit: Use common idiom in gen_visit_fields_decl()Eric Blake2019-11-291-6/+5
* qapi: Emit structs used as variants in topological orderEric Blake2019-11-291-3/+20
* qapi: Adjust layout of FooList typesEric Blake2019-11-2911-24/+24
* qapi-visit: Less indirection in visit_type_Foo_fields()Eric Blake2019-11-291-10/+10
* qapi-visit: Unify struct and union visitMarkus Armbruster2019-11-291-39/+6
* qapi: Visit variants in visit_type_FOO_fields()Eric Blake2019-11-291-52/+54
* qapi-visit: Simplify how we visit common union membersMarkus Armbruster2019-11-291-23/+4
* qapi: Add tests of complex objects within alternateEric Blake2019-11-294-4/+67
* qapi: Forbid 'any' inside an alternateEric Blake2019-11-296-1/+11
* qapi: Forbid empty unions and useless alternatesEric Blake2019-11-2914-35/+27
* qapi: Simplify excess input reporting in input visitorsEric Blake2019-11-292-18/+8
* qapi-visit: Honor prefix of discriminator enumEric Blake2019-11-293-6/+13
* tests/vhost-user-bridge: add scattering of incoming packetsVictor Kaplansky2019-11-291-31/+61
* hw/timer: QOM'ify pxa2xx_timerxiaoqiang.zhao2019-11-291-15/+21
* hw/timer: QOM'ify pl031xiaoqiang.zhao2019-11-291-6/+5
* hw/timer: QOM'ify exynos4210_rtcxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_pwmxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify exynos4210_mctxiaoqiang.zhao2019-11-291-7/+5
* hw/timer: QOM'ify arm_timer (pass 2)xiaoqiang.zhao2019-11-291-1/+1
* hw/timer: QOM'ify arm_timer (pass 1)xiaoqiang.zhao2019-11-291-21/+19
* hw/sd: use guest error logging rather than fprintf to stderrAndrew Baumann2019-11-291-9/+12
* hw/sd: model a power-up delay, as a workaround for an EDK2 bugAndrew Baumann2019-11-291-5/+76
* hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibilityAndrew Baumann2019-11-291-0/+37
* hw/sd/pxa2xx_mmci: Add reset functionPeter Maydell2019-11-291-0/+30
* hw/sd/pxa2xx_mmci: Convert to VMStateDescriptionPeter Maydell2019-11-291-92/+64
* hw/sd/pxa2xx_mmci: Update to use new SDBus APIsPeter Maydell2019-11-291-14/+66
OpenPOWER on IntegriCloud