index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
spapr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pseries: Improve handling of multiple PCI host bridges
David Gibson
2013-01-25
1
-12
/
+1
*
pseries: Replace non-portable asprintf by g_strdup_printf
Stefan Weil
2013-01-16
1
-5
/
+2
*
pseries: set no default boot order
Avik Sil
2013-01-15
1
-2
/
+4
*
Make default boot order machine specific
Avik Sil
2013-01-15
1
-0
/
+1
*
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-5
/
+6
*
cpu: Move numa_node field to CPUState
Andreas Färber
2013-01-15
1
-1
/
+3
*
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
1
-9
/
+10
|
\
|
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-5
/
+5
|
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
|
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
|
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
|
*
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-19
1
-0
/
+1
|
*
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
2012-12-17
1
-2
/
+2
|
|
\
|
|
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-2
/
+2
*
|
|
kvm: Pass CPUState to kvm_vcpu_ioctl()
Andreas Färber
2012-12-19
1
-1
/
+1
|
/
/
*
|
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
2012-12-15
1
-1
/
+34
|
\
\
|
*
|
pseries: Implement PAPR NVRAM
David Gibson
2012-12-14
1
-0
/
+33
|
*
|
pseries: Use #define for XICS base irq number
Ben Herrenschmidt
2012-12-14
1
-1
/
+1
|
|
/
*
|
Support default block interfaces per QEMUMachine
Christian Borntraeger
2012-12-11
1
-1
/
+1
|
/
*
spapr: Pass PowerPCCPU to spapr_hypercall()
Andreas Färber
2012-10-31
1
-1
/
+1
*
target-ppc: Pass PowerPCCPU to cpu_ppc_hypercall
Andreas Färber
2012-10-31
1
-1
/
+3
*
pseries: Implement qemu initiated shutdowns using EPOW events
David Gibson
2012-10-29
1
-2
/
+12
*
Add USB option in machine options
zhlcindy@gmail.com
2012-10-29
1
-1
/
+1
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-8
/
+8
*
create struct for machine initialization arguments
Eduardo Habkost
2012-10-20
1
-6
/
+7
*
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2012-10-06
1
-131
/
+198
|
\
|
*
pseries: Don't test for MSR_PR for hypercalls under KVM
David Gibson
2012-10-05
1
-1
/
+6
|
*
pseries: Set hash table size based on RAM size
David Gibson
2012-10-04
1
-3
/
+10
|
*
pseries: Remove XICS irq type enum type
David Gibson
2012-10-04
1
-4
/
+4
|
*
pseries: Add support for new KVM hash table control call
David Gibson
2012-10-04
1
-112
/
+162
|
*
pseries: Use new method to correct reset sequence
David Gibson
2012-10-04
1
-5
/
+4
|
*
pseries: Fix and cleanup CPU initialization and reset
David Gibson
2012-10-04
1
-14
/
+20
*
|
ppc/pSeries: use the new pci_vga_init() function
Aurelien Jarno
2012-10-06
1
-5
/
+2
*
|
vga: rename pci_vga_init() into pci_std_vga_init()
Aurelien Jarno
2012-10-06
1
-1
/
+1
|
/
*
pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE
Andreas Färber
2012-08-22
1
-1
/
+1
*
spapr_pci: QOM'ify sPAPR PCI host bridge
Andreas Färber
2012-08-22
1
-3
/
+4
*
pseries: Instantiate USB interface when required
David Gibson
2012-08-16
1
-0
/
+10
*
pseries: Add PCI MSI/MSI-X support
Alexey Kardashevskiy
2012-08-15
1
-1
/
+6
*
pseries: added allocator for a block of IRQs
Alexey Kardashevskiy
2012-08-15
1
-0
/
+26
*
pseries: Separate PCI RTAS setup from common from emulation specific PCI setup
Alexey Kardashevskiy
2012-08-15
1
-0
/
+2
*
pseries: Rework irq assignment to avoid carrying qemu_irqs around
Alexey Kardashevskiy
2012-08-15
1
-11
/
+7
*
pseries: Remove extraneous prints
David Gibson
2012-08-15
1
-18
/
+0
*
PPC: spapr: Remove global variable
Alexander Graf
2012-08-15
1
-3
/
+2
*
PPC: spapr: Rework VGA select logic
Alexander Graf
2012-08-15
1
-4
/
+9
*
spapr: Add support for -vga option
zhlcindy@gmail.com
2012-08-15
1
-1
/
+25
*
pseries pci: spapr_populate_pci_devices renamed to spapr_populate_pci_dt
Alexey Kardashevskiy
2012-08-15
1
-1
/
+1
*
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
David Gibson
2012-06-27
1
-0
/
+3
*
spapr: Add "memop" hypercall
Benjamin Herrenschmidt
2012-06-24
1
-0
/
+3
*
pseries: Correctly create ibm,segment-page-sizes property
Benjamin Herrenschmidt
2012-06-24
1
-0
/
+43
*
spapr: Pass PowerPCCPU to spapr_cpu_reset()
Andreas Färber
2012-06-04
1
-3
/
+3
[next]