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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
16
-16
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2
-2
/
+2
2022-04-04
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
2
-0
/
+10
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
10
-24
/
+23
2022-03-14
ppc/pnv: Remove user-created PHB{3,4,5} devices
Cédric Le Goater
1
-24
/
+1
2022-03-14
ppc/pnv: Always create the PHB5 PEC devices
Frederic Barrat
1
-3
/
+1
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2
-0
/
+2
2022-03-02
hw/ppc/spapr_vio.c: use g_autofree in spapr_dt_vdevice()
Daniel Henrique Barboza
1
-4
/
+2
2022-03-02
hw/ppc/spapr_rtas.c: use g_autofree in rtas_ibm_get_system_parameter()
Daniel Henrique Barboza
1
-13
/
+12
2022-03-02
spapr_pci_nvlink2.c: use g_autofree in spapr_phb_nvgpu_ram_populate_dt()
Daniel Henrique Barboza
1
-6
/
+4
2022-03-02
hw/ppc/spapr_numa.c: simplify spapr_numa_write_assoc_lookup_arrays()
Daniel Henrique Barboza
1
-8
/
+8
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in spapr_drc_by_index()
Daniel Henrique Barboza
1
-4
/
+2
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in spapr_dr_connector_new()
Daniel Henrique Barboza
1
-2
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in drc_unrealize()
Daniel Henrique Barboza
1
-3
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_autofree in drc_realize()
Daniel Henrique Barboza
1
-3
/
+1
2022-03-02
hw/ppc/spapr_drc.c: use g_auto in spapr_dt_drc()
Daniel Henrique Barboza
1
-18
/
+12
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_caps_add_properties()
Daniel Henrique Barboza
1
-5
/
+2
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_get_string()
Daniel Henrique Barboza
1
-4
/
+3
2022-03-02
hw/ppc/spapr_caps.c: use g_autofree in spapr_cap_set_string()
Daniel Henrique Barboza
1
-5
/
+3
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-03-02
ppc/xive: Add support for PQ state bits offload
Cédric Le Goater
1
-2
/
+6
2022-03-02
ppc/psi: Add support for StoreEOI and 64k ESB pages (POWER10)
Cédric Le Goater
2
-6
/
+30
2022-03-02
ppc/pnv: Add a HOMER model to POWER10
Cédric Le Goater
2
-0
/
+84
2022-03-02
ppc/pnv: Add model for POWER10 PHB5 PCIe Host bridge
Cédric Le Goater
1
-0
/
+51
2022-03-02
ppc/pnv: Add POWER10 quads
Cédric Le Goater
1
-10
/
+40
2022-03-02
ppc/pnv: Add a OCC model for POWER10
Cédric Le Goater
2
-0
/
+26
2022-03-02
ppc/pnv: Add a XIVE2 controller to the POWER10 chip
Cédric Le Goater
1
-3
/
+82
2022-03-02
hw/ppc/pnv: Determine ns16550's IRQ number from QOM property
Bernhard Beschow
1
-1
/
+4
2022-02-28
rtc: Have event RTC_CHANGE identify the RTC by QOM path
Markus Armbruster
1
-1
/
+3
2022-02-28
qapi: Move RTC_CHANGE back out of target schema
Peter Maydell
1
-1
/
+1
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2
-2
/
+2
2022-02-18
spapr: implement nested-hv capability for the virtual hypervisor
Nicholas Piggin
3
-10
/
+374
2022-02-18
target/ppc: Introduce a vhyp framework for nested HV support
Nicholas Piggin
2
-0
/
+12
2022-02-18
target/ppc: make vhyp get_pate method take lpid and return success
Nicholas Piggin
1
-1
/
+6
2022-02-18
ppc: allow the hdecr timer to be created/destroyed
Nicholas Piggin
1
-0
/
+21
2022-02-18
spapr: prevent hdec timer being set up under virtual hypervisor
Nicholas Piggin
2
-4
/
+4
2022-02-18
spapr: nvdimm: Introduce spapr-nvdimm device
Shivaprasad G Bhat
1
-0
/
+132
2022-02-18
spapr: nvdimm: Implement H_SCM_FLUSH hcall
Shivaprasad G Bhat
2
-0
/
+262
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2
-28
/
+2
2022-01-31
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220130' into s...
Peter Maydell
4
-4
/
+6
2022-01-29
Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...
Peter Maydell
1
-1
/
+0
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
1
-1
/
+1
2022-01-28
hw/ppc/vof: Add missing includes
Philippe Mathieu-Daudé
1
-1
/
+0
2022-01-28
spapr.c: check bus != NULL in spapr_get_fw_dev_path()
Daniel Henrique Barboza
1
-1
/
+1
2022-01-28
spapr: Force 32bit when resetting a core
Alexey Kardashevskiy
2
-2
/
+5
2022-01-12
ppc/pnv: Introduce user creatable pnv-phb4 devices
Daniel Henrique Barboza
1
-0
/
+2
2022-01-12
ppc/pnv: Move num_phbs under Pnv8Chip
Cédric Le Goater
1
-4
/
+3
[next]