aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-21ppc/pegasos2: Implement power-off RTAS function with VOFBALATON Zoltan1-0/+11
2021-10-21ppc/pegasos2: Add constants for PCI config addressesBALATON Zoltan1-2/+4
2021-10-21ppc/pegasos2: Access MV64361 registers via their memory regionBALATON Zoltan2-62/+56
2021-10-21ppc/pegasos2: Implement get-time-of-day RTAS function with VOFBALATON Zoltan1-0/+25
2021-10-21ppc/pegasos2: Warn when using VOF but no kernel is specifiedBALATON Zoltan1-0/+3
2021-10-21ppc/pegasos2: Restrict memory to 2 gigabytesBALATON Zoltan1-0/+4
2021-10-21target/ppc: Fix XER access in monitorMatheus Ferst1-1/+8
2021-10-21linux-user: Fix XER access in ppc version of elf_core_copy_regsMatheus Ferst3-3/+3
2021-10-21target/ppc: Fix XER access in gdbstubMatheus Ferst1-4/+4
2021-10-21linux-user/ppc: Fix XER access in save/restore_user_regsMatheus Ferst4-3/+52
2021-10-21tests/acceptance: Add tests for the ppc405 boardsThomas Huth1-0/+42
2021-10-21hw/ppc: Fix iothread locking in the 405 codeThomas Huth1-0/+4
2021-10-21spapr/xive: Use xive_esb_rw() to trigger interruptsCédric Le Goater1-3/+1
2021-10-21hw/ppc/spapr_softmmu: Reduce include listPhilippe Mathieu-Daudé1-15/+0
2021-10-21target/ppc: Fix the test raising the decrementer exceptionCédric Le Goater1-1/+1
2021-10-21target/ppc: Use tcg_constant_i64() in gen_brh()Philippe Mathieu-Daudé1-5/+3
2021-10-21target/ppc: Use tcg_constant_i32() in gen_setb()Philippe Mathieu-Daudé1-6/+2
2021-10-21spapr/xive: Add source status helpersCédric Le Goater4-12/+32
2021-10-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson42-233/+1075
2021-10-20tests/acpi/bios-tables-test: update DSDT blob for multifunction bridge testAni Sinha2-1/+0
2021-10-20tests/acpi/pcihp: add unit tests for hotplug on multifunction bridges for q35Ani Sinha1-0/+18
2021-10-20tests/acpi/bios-tables-test: add and allow changes to a new q35 DSDT table blobAni Sinha2-0/+1
2021-10-20pci: fix PCI resource reserve capability on BEMichael S. Tsirkin1-5/+5
2021-10-20vhost-vdpa: multiqueue supportJason Wang2-10/+97
2021-10-20virtio-net: vhost control virtqueue supportJason Wang3-5/+21
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang2-3/+11
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang3-80/+80
2021-10-20vhost-net: control virtqueue supportJason Wang4-17/+40
2021-10-20net: introduce control clientJason Wang2-3/+26
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang1-7/+12
2021-10-20vhost-vdpa: prepare for the multiqueue supportJason Wang1-2/+2
2021-10-20vhost-vdpa: classify one time requestJason Wang2-6/+48
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang1-8/+15
2021-10-20bios-tables-test: don't disassemble empty filesMichael S. Tsirkin1-7/+25
2021-10-20rebuild-expected-aml.sh: allow partial target listMichael S. Tsirkin1-1/+21
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier2-13/+17
2021-10-20vhost-user-blk-test: pass vhost-user socket fds to QSDStefan Hajnoczi1-2/+2
2021-10-20failover: fix a regression introduced by JSON'ification of -deviceLaurent Vivier1-6/+18
2021-10-20vhost-user: fix duplicated notifier MR initXueming Li1-2/+3
2021-10-20docs: Add documentation for vhost based RNG implementationMathieu Poirier2-0/+40
2021-10-20vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier2-0/+80
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier4-0/+328
2021-10-20libvhost-user: fix VHOST_USER_REM_MEM_REG skipping mmap_addrDavid Hildenbrand1-0/+1
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger2-3/+2
2021-10-20virtio-iommu: Remove the non transitional nameEric Auger1-1/+0
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez3-16/+51
2021-10-20vdpa: Add vhost_vdpa_section_endEugenio Pérez1-7/+15
2021-10-20vdpa: Skip protected ram IOMMU mappingsEugenio Pérez1-0/+1
2021-10-20tests: bios-tables-test: use qtest_has_accel() API to register TCG only testsIgor Mammedov1-15/+13
2021-10-20tests: migration-test: use qtest_has_accel() APIIgor Mammedov1-11/+4