summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2018-11-085-1/+62
* target/ppc: Add one reg id for ptcrSuraj Jitindar Singh2018-11-081-5/+5
* This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova2018-11-081-0/+12
* hw/ppc/ppc440_uc: Remove dead code in sdram_size()Peter Maydell2018-11-081-5/+1Star
* MAINTAINERS: PPC: Remove myselfAlexander Graf2018-11-081-16/+14Star
* ppc/pnv: check size before data buffer accessPrasad J Pandit2018-11-081-1/+7
* target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk2018-11-081-0/+12
* hw/ppc/mac_newworld: Free openpic_irqs array after usePeter Maydell2018-11-081-0/+1
* macio/pmu: Fix missing vmsd terminatorDr. David Alan Gilbert2018-11-081-0/+1
* spapr_pci: convert g_malloc() to g_new()Greg Kurz2018-11-081-1/+1
* target/ppc: Split out float_invalid_cvtRichard Henderson2018-11-081-39/+28Star
* target/ppc: Split out float_invalid_op_divRichard Henderson2018-11-081-28/+24Star
* target/ppc: Split out float_invalid_op_mulRichard Henderson2018-11-081-23/+20Star
* target/ppc: Split out float_invalid_op_addsubRichard Henderson2018-11-081-34/+26Star
* target/ppc: Introduce fp number classificationRichard Henderson2018-11-081-43/+51
* target/ppc: Remove float_check_statusRichard Henderson2018-11-081-42/+35Star
* target/ppc: Split up float_invalid_op_excpRichard Henderson2018-11-081-163/+181
* hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.cThomas Huth2018-11-085-26/+26
* PPC: e500: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* ppc4xx_pci: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* ppc440_pcix: convert SysBus init method to a realize methodCédric Le Goater2018-11-081-8/+6Star
* target/ppc: add external PID supportRoman Kapl2018-11-088-45/+387
* Update version for v3.1.0-rc0 releasePeter Maydell2018-11-061-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2018-10-30-v2'...Peter Maydell2018-11-062-15/+26
|\
| * vl: Avoid crash when -mon is underspecifiedEric Blake2018-11-061-0/+4
| * monitor: delay monitor iothread creationWolfgang Bumiller2018-11-061-14/+21
| * monitor: guard iothread access by mon->use_io_threadWolfgang Bumiller2018-11-061-1/+1
|/
* tests: Fix Python 3 detection on older GNU make versionsEduardo Habkost2018-11-061-2/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20181106-pull-reque...Peter Maydell2018-11-0611-0/+0
|\
| * update seabios to master snapshotGerd Hoffmann2018-11-0611-0/+0
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181106'...Peter Maydell2018-11-064-13/+16
|\ \
| * | target/arm: Fix ATS1Hx instructionsPeter Maydell2018-11-061-2/+2
| * | target/arm: Set S and PTW in 64-bit PAR formatPeter Maydell2018-11-061-4/+6
| * | hw/arm/exynos4210: Zero memory allocated for Exynos4210StatePeter Maydell2018-11-061-1/+1
| * | milkymist: Check for failure trying to load BIOS imagePeter Maydell2018-11-061-1/+4
| * | target/arm: Remove can't-happen if() from handle_vec_simd_shli()Peter Maydell2018-11-061-5/+3Star
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-11-0674-288/+836
|\ \ \
| * | | vhost-scsi: prevent using uninitialized vqsyuchenlin2018-11-051-1/+1
| * | | piix_pci: fix i440fx data sheet linkLi Qiang2018-11-051-1/+1
| * | | piix: use TYPE_FOO constants than string constatsLi Qiang2018-11-051-4/+7
| * | | i440fx: use ARRAY_SIZE for pam_regionsLi Qiang2018-11-051-2/+2
| * | | pci_bridge: fix typo in commentMao Zhongyi2018-11-051-1/+1
| * | | hw/pci: Add missing includePhilippe Mathieu-Daudé2018-11-051-0/+2
| * | | hw/pci-bridge/ioh3420: Remove unuseful headerPhilippe Mathieu-Daudé2018-11-052-7/+1Star
| * | | hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé2018-11-054-71/+2Star
| * | | tests/bios-tables-test: add 64-bit PCI MMIO aperture round-up test on Q35Laszlo Ersek2018-11-051-0/+16
| * | | bios-tables-test: prepare expected files for mmio64Michael S. Tsirkin2018-11-052-0/+0
| * | | hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned baseLaszlo Ersek2018-11-052-2/+2
| * | | hw/pci-host/x86: extract get_pci_hole64_start_value() helpersLaszlo Ersek2018-11-052-8/+22
| * | | pci-testdev: add optional memory barGerd Hoffmann2018-11-052-5/+29