Sign in
qemu
/
qemu
/
ab3dd74924162f5a462b5c6514c34d918922d0fb
/
include
/
hw
/
ppc
/
spapr.h
ab3dd74
hw/ppc: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 7 years ago
123eec6
spapr: Use maximum page size capability to simplify memory backend checking
by David Gibson
· 7 years ago
2309832
spapr: Maximum (HPT) pagesize property
by David Gibson
· 7 years ago
71b5c8d
spapr: remove unused spapr_irq routines
by Cédric Le Goater
· 7 years ago
4fe75a8
spapr: split the IRQ allocation sequence
by Cédric Le Goater
· 7 years ago
e2e4f64
spapr: Add cpu_apply hook to capabilities
by David Gibson
· 7 years ago
9f6edd0
spapr: Compute effective capability values earlier
by David Gibson
· 7 years ago
0c9269a
spapr: rename "hotplug memory" terminology to "device memory"
by David Hildenbrand
· 7 years ago
b0c14ec
machine: make MemoryHotplugState accessible via the machine
by David Hildenbrand
· 7 years ago
c76c0d3
ppc/spapr-caps: Convert cap-ibs to custom spapr-cap
by Suraj Jitindar Singh
· 7 years ago
14bb448
spapr: rename spapr_vcpu_id() to spapr_get_vcpu_id()
by Greg Kurz
· 7 years ago
648edb6
spapr: move VCPU calculation to core machine code
by Greg Kurz
· 7 years ago
c59704b
target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS
by Suraj Jitindar Singh
· 7 years ago
4be8d4e
target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch
by Suraj Jitindar Singh
· 7 years ago
09114fd
target/ppc/spapr_caps: Add new tristate cap safe_bounds_check
by Suraj Jitindar Singh
· 7 years ago
8f38eaf
target/ppc/spapr_caps: Add new tristate cap safe_cache
by Suraj Jitindar Singh
· 7 years ago
6898aed
target/ppc/spapr_caps: Add support for tristate spapr_capabilities
by Suraj Jitindar Singh
· 7 years ago
8acc2ae
target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]
by Suraj Jitindar Singh
· 7 years ago
4e5fe36
hw/ppc/spapr_caps: Rework spapr_caps to use uint8 internal representation
by Suraj Jitindar Singh
· 7 years ago
2d1fb9b
spapr: Handle Decimal Floating Point (DFP) as an optional capability
by David Gibson
· 7 years ago
2938664
spapr: Handle VMX/VSX presence as an spapr capability flag
by David Gibson
· 7 years ago
be85537
spapr: Validate capabilities on migration
by David Gibson
· 7 years ago
ee76a09
spapr: Treat Hardware Transactional Memory (HTM) as an optional capability
by David Gibson
· 7 years ago
33face6
spapr: Capabilities infrastructure
by David Gibson
· 7 years ago
bb2d8ab
spapr: fix LSI interrupt specifiers in the device tree
by Greg Kurz
· 7 years ago
7718375
spapr: introduce a spapr_qirq() helper
by Cédric Le Goater
· 7 years ago
60c6823
spapr: move the IRQ allocation routines under the machine
by Cédric Le Goater
· 7 years ago
2e9c10e
ppc: spapr: use generic cpu_model parsing
by Igor Mammedov
· 7 years ago
b8e9996
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
by Igor Mammedov
· 7 years ago
fa98fbf
PPC: KVM: Support machine option to set VSMT mode
by Sam Bobroff
· 8 years ago
2e886fb
ppc: spapr: Make VCPU ID handling private to SPAPR
by Sam Bobroff
· 8 years ago
5625817
hw/ppc: clear pending_events on machine reset
by Daniel Henrique Barboza
· 8 years ago
2772cf6
pseries: Use smaller default hash page tables when guest can resize
by David Gibson
· 8 years ago
0b0b831
pseries: Implement HPT resizing
by David Gibson
· 8 years ago
30f4b05
pseries: Stubs for HPT resizing
by David Gibson
· 8 years ago
5341258
spapr: Minor cleanups to events handling
by David Gibson
· 8 years ago
fd38804
spapr: migrate pending_events of spapr state
by Daniel Henrique Barboza
· 8 years ago
1221a47
memory/iommu: introduce IOMMUMemoryRegionClass
by Alexey Kardashevskiy
· 8 years ago
3df9d74
memory/iommu: QOM'fy IOMMU MemoryRegion
by Alexey Kardashevskiy
· 8 years ago
498cd99
spapr: refresh "platform-specific" hcalls comment
by Greg Kurz
· 8 years ago
04d0ffb
spapr: make spapr_populate_hotplug_cpu_dt() static
by Greg Kurz
· 8 years ago
46f7afa
spapr: fix migration of ICPState objects from/to older QEMU
by Greg Kurz
· 8 years ago
7843c0d
pseries: Move CPU compatibility property to machine
by David Gibson
· 8 years ago
b8fdd53
spapr: Move configure-connector state into DRC
by David Gibson
· 8 years ago
3183472
hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque
by Daniel Henrique Barboza
· 8 years ago
0cffce5
hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState
by David Gibson
· 8 years ago
bff3063
hw/ppc/spapr_events.c: removing 'exception' from sPAPREventLogEntry
by Daniel Henrique Barboza
· 8 years ago
06ec79e
spapr: Consolidate HPT freeing code into a routine
by Bharata B Rao
· 8 years ago
71cd4da
spapr: remove the 'nr_servers' field from the machine
by Cédric Le Goater
· 8 years ago
5bc8d26
spapr: allocate the ICPState object from under sPAPRCPUCore
by Cédric Le Goater
· 8 years ago
e957f6a
spapr: Workaround for broken radix guests
by Sam Bobroff
· 8 years ago
b4db541
target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL
by Suraj Jitindar Singh
· 8 years ago
d77a98b
target/ppc: Add new H-CALL shells for in memory table translation
by Suraj Jitindar Singh
· 8 years ago
147ff80
ppc/spapr: QOM'ify sPAPRRTCState
by Cédric Le Goater
· 8 years ago
17783ac
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170303' into staging
by Peter Maydell
· 8 years ago
eeb61d4
ppc: avoid typedef redefinitions
by Paolo Bonzini
· 8 years ago
9861bb3
target/ppc: Add patb_entry to sPAPRMachineState
by Suraj Jitindar Singh
· 8 years ago
e6f7e11
ppc/xics: remove the XICSState classes
by Cédric Le Goater
· 8 years ago
852ad27
ppc/xics: move the ICP array under the sPAPR machine
by Cédric Le Goater
· 8 years ago
681bfad
ppc/xics: store the ICS object under the sPAPR machine
by Cédric Le Goater
· 8 years ago
535455f
spapr: reuse machine->possible_cpus instead of cores[]
by Igor Mammedov
· 8 years ago
1c7ad77
ppc/spapr: implement H_SIGNAL_SYS_RESET
by Nicholas Piggin
· 8 years ago
5b12078
pseries: Make cpu_update during CAS unconditional
by David Gibson
· 8 years ago
0c86d0f
pseries: Always use core objects for CPU construction
by David Gibson
· 8 years ago
afdbd40
spapr: Add DRC count indexed hotplug identifier type
by Bharata B Rao
· 8 years ago
ffbb170
spapr_events: add support for dedicated hotplug event source
by Michael Roth
· 8 years ago
6787d27
spapr: add option vector handling in CAS-generated resets
by Michael Roth
· 8 years ago
facdb8b
spapr_hcall: use spapr_ovec_* interfaces for CAS options
by Michael Roth
· 8 years ago
398a0bd
pseries: Remove spapr_create_fdt_skel()
by David Gibson
· 8 years ago
ffb1e27
pseries: Move /event-sources construction to spapr_build_fdt()
by David Gibson
· 8 years ago
3f5dabc
pseries: Consolidate construction of /rtas device tree node
by David Gibson
· 8 years ago
2cac78c
pseries: Consolidate RTAS loading
by David Gibson
· 8 years ago
a19f7fb
pseries: Make spapr_create_fdt_skel() get information from machine state
by David Gibson
· 8 years ago
cae172a
pseries: Remove rtas_addr and fdt_addr fields from machinestate
by David Gibson
· 8 years ago
daa2369
spapr_pci: Add a 64-bit MMIO window
by David Gibson
· 8 years ago
6737d9a
spapr_pci: Delegate placement of PCI host bridges to machine type
by David Gibson
· 8 years ago
3daa4a9
hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machine
by Thomas Huth
· 8 years ago
d4b84d5
Remove unused function declarations
by Ladi Prosek
· 9 years ago
3c0c47e
spapr: Correctly set query_hotpluggable_cpus hook based on machine version
by David Gibson
· 9 years ago
2a6a407
Clean up ill-advised or unusual header guards
by Markus Armbruster
· 9 years ago
ae4de14
spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
by Alexey Kardashevskiy
· 9 years ago
27f2458
ppc/xics: Replace "icp" with "xics" in most places
by Benjamin Herrenschmidt
· 9 years ago
af81cf3
spapr: CPU hotplug support
by Bharata B Rao
· 9 years ago
94a94e4
spapr: convert boot CPUs into CPU core devices
by Bharata B Rao
· 9 years ago
afd10a0
spapr: Move spapr_cpu_init() to spapr_cpu_core.c
by Bharata B Rao
· 9 years ago
3b54254
spapr: Abstract CPU core device and type specific core devices
by Bharata B Rao
· 9 years ago
d0e5a8f
spapr: Ensure all LMBs are represented in ibm,dynamic-memory
by Bharata B Rao
· 9 years ago
b4b6eb7
spapr_iommu: Add root memory region
by Alexey Kardashevskiy
· 9 years ago
a26fdf3
spapr_iommu: Migrate full state
by Alexey Kardashevskiy
· 9 years ago
df7625d
spapr_iommu: Introduce "enabled" state for TCE table
by Alexey Kardashevskiy
· 9 years ago
5c94b2a
ppc: Rework POWER7 & POWER8 exception model
by Cédric Le Goater
· 9 years ago
715c5407
pseries: Simplify handling of the hash page table fd
by David Gibson
· 9 years ago
f201987
spapr: Remove rtas_st_buffer_direct()
by David Gibson
· 9 years ago
c920f7b
spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_buffer
by David Gibson
· 9 years ago
57040d4
hw/ppc/spapr: Use XHCI as host controller for new spapr machines
by Thomas Huth
· 9 years ago
c10325d
spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
by David Gibson
· 9 years ago
6a81dd1
spapr_iommu: Rename vfio_accel parameter
by David Gibson
· 9 years ago
4d9392b
ppc/spapr: Implement H_RANDOM hypercall in QEMU
by Thomas Huth
· 10 years ago
7a36ae7
spapr: Support hotplug by specifying DRC count
by Bharata B Rao
· 10 years ago
03d196b
spapr: Support ibm,dynamic-reconfiguration-memory
by Bharata B Rao
· 10 years ago
Next »