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
2020-11-05
spapr: Convert hpt_prepare_thread() to use qemu_try_memalign()
Greg Kurz
1
-1
/
+1
2020-11-05
spapr: Drop dead code in spapr_reallocate_hpt()
Greg Kurz
1
-6
/
+0
2020-10-28
spapr: Improve spapr_reallocate_hpt() error reporting
Greg Kurz
1
-9
/
+11
2020-10-28
target/ppc: Fix kvmppc_load_htab_chunk() error reporting
Greg Kurz
1
-1
/
+3
2020-10-28
spapr: Use error_append_hint() in spapr_reallocate_hpt()
Greg Kurz
1
-3
/
+5
2020-10-28
spapr: Simplify error handling in spapr_memory_plug()
Greg Kurz
2
-14
/
+13
2020-10-28
spapr: Pass &error_abort when getting some PC DIMM properties
Greg Kurz
1
-14
/
+3
2020-10-28
spapr: Use appropriate getter for PC_DIMM_SLOT_PROP
Greg Kurz
1
-3
/
+6
2020-10-28
spapr: Use appropriate getter for PC_DIMM_ADDR_PROP
Greg Kurz
1
-2
/
+2
2020-10-28
pc-dimm: Drop @errp argument of pc_dimm_plug()
Greg Kurz
1
-5
/
+1
2020-10-28
spapr: Simplify spapr_cpu_core_realize() and spapr_cpu_core_unrealize()
Greg Kurz
1
-13
/
+3
2020-10-28
spapr: Make spapr_cpu_core_unrealize() idempotent
Greg Kurz
1
-20
/
+21
2020-10-28
spapr: Drop spapr_delete_vcpu() unused argument
Greg Kurz
1
-3
/
+3
2020-10-28
spapr: Unrealize vCPUs with qdev_unrealize()
Greg Kurz
1
-2
/
+2
2020-10-28
spapr: Fix leak of CPU machine specific data
Greg Kurz
1
-10
/
+12
2020-10-28
spapr: Move spapr_create_nvdimm_dr_connectors() to core machine code
Greg Kurz
2
-11
/
+10
2020-10-28
ppc/spapr: re-assert IRQs during event-scan if there are pending
Laurent Vivier
1
-0
/
+12
2020-10-28
spapr: Clarify why DR connectors aren't user creatable
Greg Kurz
1
-1
/
+2
2020-10-19
mac_oldworld: Change PCI address of macio to match real hardware
BALATON Zoltan
1
-1
/
+1
2020-10-19
mac_oldworld: Drop some variables
BALATON Zoltan
1
-18
/
+17
2020-10-19
mac_oldworld: Drop a variable, use get_system_memory() directly
BALATON Zoltan
1
-3
/
+2
2020-10-19
mac_newworld: Allow loading binary ROM image
BALATON Zoltan
2
-10
/
+14
2020-10-19
mac_oldworld: Allow loading binary ROM image
BALATON Zoltan
1
-9
/
+20
2020-10-18
ppc405_boards: use qdev properties instead of legacy m48t59_init() function
Mark Cave-Ayland
1
-1
/
+9
2020-10-18
uninorth: use qdev gpios for PCI IRQs
Mark Cave-Ayland
1
-8
/
+16
2020-10-18
grackle: use qdev gpios for PCI IRQs
Mark Cave-Ayland
1
-2
/
+5
2020-10-18
macio: don't reference serial_hd() directly within the device
Mark Cave-Ayland
2
-0
/
+12
2020-10-13
hw/pci: Fix typo in PCI hot-plug error message
Julia Suvorova
1
-1
/
+1
2020-10-09
spapr_numa: consider user input when defining associativity
Daniel Henrique Barboza
1
-1
/
+109
2020-10-09
spapr_numa: change reference-points and maxdomain settings
Daniel Henrique Barboza
1
-8
/
+35
2020-10-09
spapr_numa: forbid asymmetrical NUMA setups
Daniel Henrique Barboza
1
-0
/
+34
2020-10-09
spapr: add spapr_machine_using_legacy_numa() helper
Daniel Henrique Barboza
1
-0
/
+12
2020-10-09
ppc/pnv: Increase max firmware size
Cédric Le Goater
1
-1
/
+1
2020-10-09
spapr: Add a return value to spapr_check_pagesize()
Greg Kurz
2
-5
/
+6
2020-10-09
spapr: Add a return value to spapr_nvdimm_validate()
Greg Kurz
2
-9
/
+9
2020-10-09
spapr: Simplify error handling in spapr_cpu_core_realize()
Greg Kurz
1
-9
/
+7
2020-10-09
spapr: Add a return value to spapr_set_vcpu_id()
Greg Kurz
2
-6
/
+4
2020-10-09
spapr: Simplify error handling in prop_get_fdt()
Greg Kurz
1
-7
/
+5
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
4
-22
/
+8
2020-10-09
spapr: Simplify error handling in spapr_vio_busdev_realize()
Greg Kurz
1
-7
/
+5
2020-10-09
spapr: Simplify error handling in do_client_architecture_support()
Greg Kurz
1
-4
/
+3
2020-10-09
spapr: Get rid of cas_check_pvr() error reporting
Greg Kurz
1
-15
/
+12
2020-10-09
spapr: Simplify error handling in callers of ppc_set_compat()
Greg Kurz
1
-4
/
+3
2020-10-09
spapr: Fix error leak in spapr_realize_vcpu()
Greg Kurz
1
-2
/
+1
2020-10-09
spapr: Handle HPT allocation failure in nested guest
Fabiano Rosas
1
-0
/
+6
2020-09-30
numa: drop support for '-numa node' (without memory specified)
Igor Mammedov
1
-1
/
+0
2020-09-29
ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...
Gerd Hoffmann
1
-1
/
+3
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
6
-30
/
+18
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
10
-30
/
+10
[next]