summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc/pnv.c: fix "system-id" FDT when -uuid is setDaniel Henrique Barboza2021-12-171-1/+1
* docs/system/ppc/powernv.rst: document KVM support statusDaniel Henrique Barboza2021-12-171-0/+13
* ppc/pnv.c: add a friendly warning when accel=kvm is usedDaniel Henrique Barboza2021-12-171-0/+5
* docs: Minor updates on the powernv documentation.Leonardo Garcia2021-12-171-27/+28
* pci-host: Allow extended config space access for PowerNV PHB4 modelChristophe Lombard2021-12-171-0/+1
* ivshmem-test.c: enable test_ivshmem_server for ppc64 archDaniel Henrique Barboza2021-12-171-4/+1Star
* ivshmem.c: change endianness to LITTLE_ENDIANDaniel Henrique Barboza2021-12-171-1/+1
* target/ppc: Implement Vector Mask Move insnsMatheus Ferst2021-12-172-0/+126
* target/ppc: Implement Vector Extract MaskMatheus Ferst2021-12-172-0/+88
* target/ppc: Implement Vector Expand MaskMatheus Ferst2021-12-172-0/+45
* target/ppc: ppc_store_fpscr doesn't update bits 0 to 28 and 52Lucas Mateus Castro (alqotel)2021-12-172-1/+5
* test/tcg/ppc64le: test mtfsfLucas Mateus Castro (alqotel)2021-12-173-0/+63
* target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)2021-12-173-6/+52
* hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell2021-12-173-5/+4Star
* Merge tag 'qemu-slof-20211112' of github.com:aik/qemu into ppc-nextCédric Le Goater2021-12-163-1/+1
|\
| * pseries: Update SLOF firmware imageAlexey Kardashevskiy2021-11-133-1/+1
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2021-12-141-2/+3
|\ \
| * | block/nvme: fix infinite loop in nvme_free_req_queue_cb()Stefan Hajnoczi2021-12-091-2/+3
* | | Open 6.3 development treeRichard Henderson2021-12-141-1/+1
* | | Update version for v6.2.0 releaseRichard Henderson2021-12-141-1/+1
|/ /
* | Update version for v6.2.0-rc4 releaseRichard Henderson2021-12-081-1/+1
* | Merge tag 'pull-target-arm-20211207' of https://git.linaro.org/people/pmaydel...Richard Henderson2021-12-071-1/+2
|\ \
| * | gicv3: fix ICH_MISR's LRENP computationDamien Hedde2021-12-071-1/+2
* | | Merge tag 'pull-tcg-20211207' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2021-12-072-5/+16
|\ \ \ | |/ / |/| |
| * | tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson2021-12-072-5/+16
|/ /
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson2021-12-061-1/+1
|\ \
| * | virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke2021-12-061-1/+1
* | | Merge tag 'mips-20211206' of https://github.com/philmd/qemu into stagingRichard Henderson2021-12-063-13/+8Star
|\ \ \ | |/ / |/| |
| * | Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée2021-12-061-10/+0Star
| * | hw/mips/boston: Fix load_elf() error detectionJiaxun Yang2021-12-061-2/+3
| * | hw/mips/bootloader: Fix write_ulong()Jiaxun Yang2021-12-061-1/+5
|/ /
* | Merge tag 'seabios-20211203-pull-request' of git://git.kraxel.org/qemu into s...Richard Henderson2021-12-0313-0/+0
|\ \
| * | seabios: update binaries to 1.15.0Gerd Hoffmann2021-12-0312-0/+0
| * | seabios: update submodule to 1.15.0Gerd Hoffmann2021-12-031-0/+0
|/ /
* | Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson2021-12-022-3/+58
|\ \
| * | tests/qtest/fdc-test: Add a regression test for CVE-2021-20196Philippe Mathieu-Daudé2021-12-021-0/+38
| * | hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196Philippe Mathieu-Daudé2021-12-021-1/+13
| * | hw/block/fdc: Extract blk_create_empty_drive()Philippe Mathieu-Daudé2021-12-021-2/+7
|/ /
* | Update version for v6.2.0-rc3 releaseRichard Henderson2021-12-011-1/+1
* | MAINTAINERS: Change my email addressEduardo Habkost2021-12-011-6/+6
* | Merge tag 'pull-ppc-20211129' of https://github.com/legoater/qemu into stagingRichard Henderson2021-11-294-7/+12
|\ \
| * | target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori2021-11-294-7/+12
|/ /
* | Merge tag 'pull-for-6.2-291121-1' of https://github.com/stsquad/qemu into sta...Richard Henderson2021-11-2910-19/+46
|\ \
| * | tests/plugin/syscall.c: fix compiler warningsJuro Bystricky2021-11-291-5/+3Star
| * | MAINTAINERS: Add section for Aarch64 GitLab custom runnerPhilippe Mathieu-Daudé2021-11-291-0/+6
| * | MAINTAINERS: Remove me as a reviewer for the build and test/avocadoWillian Rampazzo2021-11-291-2/+2
| * | gdbstub: handle a potentially racing TaskStateAlex Bennée2021-11-291-1/+1
| * | plugins/meson.build: fix linker issue with weird pathsAlex Bennée2021-11-291-2/+2
| * | tests/avocado: fix tcg_plugin mem access count testAlex Bennée2021-11-291-1/+1
| * | accel/tcg: suppress IRQ check for special TBsAlex Bennée2021-11-293-4/+13