index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
ppc: spelling fixes
Michael Tokarev
1
-4
/
+4
2023-09-18
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Cédric Le Goater
1
-18
/
+4
2023-09-06
spapr: Fix record-replay machine reset consuming too many events
Nicholas Piggin
1
-3
/
+9
2023-09-06
spapr: Fix machine reset deadlock from replay-record
Nicholas Piggin
1
-2
/
+18
2023-08-24
Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydel...
Stefan Hajnoczi
1
-1
/
+1
2023-08-23
hw: Add compat machines for 8.2
Cornelia Huck
1
-2
/
+13
2023-08-22
accel/kvm: Use negative KVM type for error propagation
Akihiko Odaki
1
-1
/
+1
2023-07-12
hw/ppc/spapr: Use machine_memory_devices_init()
David Hildenbrand
1
-18
/
+19
2023-06-25
spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUs
Nicholas Piggin
1
-4
/
+13
2023-06-25
hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-25
ppc/spapr: Move spapr nested HV to a new file
Nicholas Piggin
1
-0
/
+1
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-1
/
+1
2023-05-28
spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
Nicholas Piggin
1
-0
/
+7
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
1
-2
/
+2
2023-04-20
hw: Add compat machines for 8.1
Cornelia Huck
1
-2
/
+13
2022-12-21
Merge tag 'pull-ppc-20221221' of https://gitlab.com/danielhb/qemu into staging
Peter Maydell
1
-0
/
+1
2022-12-21
hw/ppc/spapr: Reduce "vof.h" inclusion
Philippe Mathieu-Daudé
1
-0
/
+1
2022-12-21
hw: Add compat machines for 8.0
Cornelia Huck
1
-2
/
+13
2022-12-14
qapi qdev qom: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+1
2022-10-27
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
1
-2
/
+2
2022-10-17
hw/ppc: set machine->fdt in spapr machine
Daniel Henrique Barboza
1
-0
/
+3
2022-09-22
hw/ppc/pnv: Avoid dynamic stack allocation
Philippe Mathieu-Daudé
1
-4
/
+4
2022-09-20
hw/ppc: spapr: Use qemu_vfree() to free spapr->htab
Xuzhou Cheng
1
-1
/
+1
2022-08-25
hw: Add compat machines for 7.2
Cornelia Huck
1
-2
/
+13
2022-07-18
ppc: Check partition and process table alignment
Leandro Lupori
1
-0
/
+5
2022-07-18
hw/ppc: pass random seed to fdt
Jason A. Donenfeld
1
-0
/
+5
2022-07-06
ppc/spapr: Implement H_WATCHDOG
Alexey Kardashevskiy
1
-0
/
+4
2022-05-26
spapr: Use address from elf parser for kernel address
Alexey Kardashevskiy
1
-2
/
+11
2022-05-26
pseries: allow setting stdout-path even on machines with a VGA
Paolo Bonzini
1
-4
/
+8
2022-05-12
machine: use QAPI struct for boot configuration
Paolo Bonzini
1
-2
/
+2
2022-05-09
Warn user if the vga flag is passed but no vga device is created
Gautam Agrawal
1
-0
/
+1
2022-05-05
target/ppc: Remove msr_pr macro
Víctor Colombo
1
-1
/
+1
2022-04-20
hw: Add compat machines for 7.1
Cornelia Huck
1
-2
/
+13
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-02
hw/ppc/spapr.c: fail early if no firmware found in machine_init()
Daniel Henrique Barboza
1
-13
/
+11
2022-03-02
hw/ppc/spapr.c: use g_autofree in spapr_dt_chosen()
Daniel Henrique Barboza
1
-5
/
+2
2022-02-18
spapr: implement nested-hv capability for the virtual hypervisor
Nicholas Piggin
1
-5
/
+32
2022-02-18
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
1
-0
/
+6
2022-02-18
target/ppc: make vhyp get_pate method take lpid and return success
Nicholas Piggin
1
-1
/
+6
2022-02-18
spapr: nvdimm: Implement H_SCM_FLUSH hcall
Shivaprasad G Bhat
1
-0
/
+2
2022-01-28
spapr.c: check bus != NULL in spapr_get_fw_dev_path()
Daniel Henrique Barboza
1
-1
/
+1
2022-01-12
spapr: Fix support of POWER5+ processors
Cédric Le Goater
1
-4
/
+6
2022-01-05
hw: Add compat machines for 7.0
Cornelia Huck
1
-2
/
+13
2021-11-29
target/ppc: fix Hash64 MMU update of PTE bit R
Leandro Lupori
1
-4
/
+4
2021-10-01
machine: Move smp_prefer_sockets to struct SMPCompatProps
Yanan Wang
1
-1
/
+1
2021-10-01
machine: Prefer cores over sockets in smp parsing since 6.2
Yanan Wang
1
-0
/
+1
2021-09-30
spapr_numa.c: FORM2 NUMA affinity support
Daniel Henrique Barboza
1
-0
/
+8
2021-09-30
spapr: move FORM1 verifications to post CAS
Daniel Henrique Barboza
1
-33
/
+0
[next]