index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()
Peter Maydell
2
-12
/
+8
2018-12-11
spapr: Delete instance_options functions
Eduardo Habkost
1
-85
/
+0
2018-12-11
spapr: Use default_machine_opts to set suppress_vmdesc
Eduardo Habkost
1
-1
/
+1
2018-12-11
spapr: Use default_machine_opts to set use_hotplug_event_source
Eduardo Habkost
1
-3
/
+1
2018-12-11
q35/440fx/arm/spapr: Add QEMU 4.0 machine type
Alex Williamson
1
-3
/
+22
2018-11-08
ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV
Suraj Jitindar Singh
2
-0
/
+34
2018-11-08
hw/ppc/ppc440_uc: Remove dead code in sdram_size()
Peter Maydell
1
-5
/
+1
2018-11-08
ppc/pnv: check size before data buffer access
Prasad J Pandit
1
-1
/
+7
2018-11-08
hw/ppc/mac_newworld: Free openpic_irqs array after use
Peter Maydell
1
-0
/
+1
2018-11-08
spapr_pci: convert g_malloc() to g_new()
Greg Kurz
1
-1
/
+1
2018-11-08
hw/ppc/spapr_rng: Introduce CONFIG_SPAPR_RNG switch for spapr_rng.c
Thomas Huth
3
-24
/
+25
2018-11-08
ppc4xx_pci: convert SysBus init method to a realize method
Cédric Le Goater
1
-8
/
+6
2018-11-08
ppc440_pcix: convert SysBus init method to a realize method
Cédric Le Goater
1
-8
/
+6
2018-10-24
memory-device: add and use memory_device_get_region_size()
David Hildenbrand
1
-14
/
+7
2018-10-24
pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug
David Hildenbrand
1
-4
/
+4
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2
-6
/
+5
2018-09-25
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into...
Peter Maydell
4
-18
/
+36
2018-09-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into...
Peter Maydell
2
-6
/
+6
2018-09-25
40p: add fixed IRQ routing for LSI SCSI device
Mark Cave-Ayland
1
-5
/
+6
2018-09-25
scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()
Mark Cave-Ayland
1
-1
/
+3
2018-09-25
spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dt
Cédric Le Goater
2
-7
/
+4
2018-09-25
spapr: increase the size of the IRQ number space
Cédric Le Goater
2
-1
/
+15
2018-09-25
spapr: introduce a spapr_irq class 'nr_msis' attribute
Cédric Le Goater
2
-4
/
+10
2018-09-25
40p: use OR gate to wire up raven PCI interrupts
Mark Cave-Ayland
1
-3
/
+1
2018-09-25
hw/ppc: on 40p machine, change default firmware to OpenBIOS
Hervé Poussineau
1
-1
/
+1
2018-09-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...
Peter Maydell
11
-69
/
+128
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
2
-6
/
+6
2018-09-05
target/ppc/kvm: set vcpu as online/offline
Nikunj A Dadhania
2
-0
/
+3
2018-09-03
Fix a deadlock case in the CPU hotplug flow
Jose Ricardo Ziviani
1
-5
/
+5
2018-08-30
spapr: Correct reference count on spapr-cpu-core
Sam Bobroff
1
-0
/
+2
2018-08-30
mac_newworld: implement custom FWPathProvider
Mark Cave-Ayland
1
-1
/
+57
2018-08-30
uninorth: add ofw-addr property to allow correct fw path generation
Mark Cave-Ayland
1
-0
/
+1
2018-08-30
mac_oldworld: implement custom FWPathProvider
Mark Cave-Ayland
1
-1
/
+57
2018-08-30
grackle: set device fw_name and address for correct fw path generation
Mark Cave-Ayland
1
-0
/
+1
2018-08-30
macio: move MACIOIDEState type declarations to macio.h
Mark Cave-Ayland
1
-26
/
+0
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-1
/
+1
2018-08-28
spapr_pci: fix potential NULL pointer dereference
Greg Kurz
1
-1
/
+1
2018-08-28
spapr: fix leak of rev array
Emilio G. Cota
1
-0
/
+1
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
4
-35
/
+0
2018-08-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-5
/
+28
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
1
-4
/
+3
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
1
-1
/
+8
2018-08-23
spapr: do not use CPU_FOREACH_REVERSE
Emilio G. Cota
1
-1
/
+15
2018-08-23
hw/timer/mc146818rtc: Fix introspection problem
Thomas Huth
1
-0
/
+3
2018-08-21
spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()
Cédric Le Goater
1
-5
/
+6
2018-08-21
mac_newworld: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-1
/
+11
2018-08-21
mac_oldworld: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-1
/
+11
2018-08-21
40p: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-2
/
+11
2018-08-21
hw/ppc: deprecate the machine type 'prep', replaced by '40p'
Hervé Poussineau
1
-0
/
+1
2018-08-21
spapr: introduce a IRQ controller backend to the machine
Cédric Le Goater
3
-176
/
+235
[next]