summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target/ppc: Don't initialize some local variables in ppc_radix64_xlate()Greg Kurz2020-05-271-1/+5
| * | | target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr()Greg Kurz2020-05-271-1/+2
| * | | target/ppc: Pass const pointer to ppc_radix64_get_prot_amr()Greg Kurz2020-05-271-2/+2
| * | | ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2Leonardo Bras2020-05-275-13/+36
| * | | target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-276-30/+133
| * | | target/ppc: Untabify excp_helper.cGreg Kurz2020-05-271-8/+8
| * | | ppc/spapr: add a POWER10 CPU modelCédric Le Goater2020-05-271-0/+1
| * | | ppc/pnv: Fix NMI system reset SRR1 valueNicholas Piggin2020-05-271-6/+20
| |/ /
* | | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-hw-next-2020052...Peter Maydell2020-05-2618-79/+141
|\ \ \ | |/ / |/| |
| * | MAINTAINERS: Change Aleksandar Rikalo's email addressAleksandar Markovic2020-05-262-7/+8
| * | hw/mips/mips_int: De-duplicate KVM interrupt deliveryPhilippe Mathieu-Daudé2020-05-261-8/+3Star
| * | hw/mips/malta: Add some logging for bad register offset casesAleksandar Markovic2020-05-261-8/+6Star
| * | hw/mips: Rename malta/mipssim/r4k/jazz filesAleksandar Markovic2020-05-266-8/+8
| * | hw/mips/fuloong2e: Fix typo in Fuloong machine namePhilippe Mathieu-Daudé2020-05-2610-32/+38
| * | hw/mips/fuloong2e: Move code and update a commentPhilippe Mathieu-Daudé2020-05-261-3/+2Star
| * | hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32Philippe Mathieu-Daudé2020-05-261-1/+20
| * | hw/pci-host/bonito: Better describe the I/O CS regionsPhilippe Mathieu-Daudé2020-05-261-2/+11
| * | hw/pci-host/bonito: Map the different PCI ranges more detailedPhilippe Mathieu-Daudé2020-05-261-4/+28
| * | hw/pci-host/bonito: Map all the Bonito64 I/O rangePhilippe Mathieu-Daudé2020-05-262-0/+4
| * | hw/pci-host/bonito: Map peripheral using physical addressPhilippe Mathieu-Daudé2020-05-261-2/+2
| * | hw/pci-host/bonito: Fix DPRINTF() format stringsPhilippe Mathieu-Daudé2020-05-261-3/+3
| * | hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North BridgePhilippe Mathieu-Daudé2020-05-263-1/+6
| * | MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainerHuacai Chen2020-05-261-0/+2
* | | Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...Peter Maydell2020-05-264-46/+49
|\ \ \ | |/ / |/| |
| * | xen/9pfs: increase max ring order to 9Stefano Stabellini2020-05-251-1/+1
| * | xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini2020-05-251-6/+25
| * | Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-254-39/+22Star
| * | 9p: Lock directory streams with a CoMutexGreg Kurz2020-05-251-4/+4
| * | 9pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson2020-05-251-0/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200526-pull-request...Peter Maydell2020-05-2613-22/+763
|\ \ \ | |/ / |/| |
| * | hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé2020-05-261-1/+0Star
| * | audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-263-3/+3
| * | audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-262-3/+3
| * | audio: fix wavcapture segfaultBruce Rogers2020-05-261-2/+2
| * | audio/mixeng: fix clang 10+ warningVolker Rümelin2020-05-261-2/+3
| * | audio/jack: add JACK client audiodevGeoffrey McRae2020-05-256-2/+746
| * | hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé2020-05-251-7/+1Star
| * | es1370: check total frame count against current framePrasad J Pandit2020-05-251-2/+5
|/ /
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20200522...Peter Maydell2020-05-222-37/+42
|\ \
| * | hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2020-05-222-2/+14
| * | hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé2020-05-221-15/+15
| * | hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé2020-05-221-5/+13
| * | hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé2020-05-221-15/+0Star
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200521' i...Peter Maydell2020-05-224-0/+0
|\ \ \ | |/ / |/| |
| * | Update OpenBIOS images to 4704d9eb built from submodule.Mark Cave-Ayland2020-05-214-0/+0
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200521-...Peter Maydell2020-05-2137-292/+855
|\ \ \ | |/ / |/| |
| * | linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell2020-05-211-6/+0Star
| * | linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras2020-05-211-1/+7
| * | target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell2020-05-212-1/+2
| * | target/arm: Use clear_vec_high more effectivelyRichard Henderson2020-05-211-21/+32