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
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: give name to every AddressSpace
Alexey Kardashevskiy
2013-06-20
2
-2
/
+4
*
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
1
-1
/
+0
*
spapr_vio: take care of creating our own AddressSpace/DMAContext
Paolo Bonzini
2013-06-20
2
-12
/
+2
*
pci: use memory core for iommu support
Avi Kivity
2013-06-20
1
-4
/
+4
*
dma: eliminate old-style IOMMU support
Paolo Bonzini
2013-06-20
1
-1
/
+1
*
spapr: use memory core for iommu support
Paolo Bonzini
2013-06-20
1
-21
/
+27
*
spapr: make IOMMU translation go through IOMMUTLBEntry
Paolo Bonzini
2013-06-20
1
-25
/
+35
*
spapr: convert TCE API to use an opaque type
Paolo Bonzini
2013-06-20
3
-42
/
+33
*
Merge remote-tracking branch 'pmaydell/configury.next' into staging
Anthony Liguori
2013-06-17
3
-26
/
+0
|
\
|
*
ppc: Remove CONFIG_FDT conditionals
Peter Maydell
2013-06-14
3
-26
/
+0
*
|
Merge branch 'realize-isa.v2' of git://github.com/afaerber/qemu-cpu
Blue Swirl
2013-06-15
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
isa: QOM'ify ISADevice
Andreas Färber
2013-06-07
1
-2
/
+3
|
*
isa: QOM'ify ISABus
Andreas Färber
2013-06-07
1
-1
/
+1
*
|
spapr_rtas: Abstract rtas_start_cpu() with qemu_get_cpu()
Andreas Färber
2013-06-13
1
-11
/
+8
*
|
spapr_rtas: Abstract rtas_query_cpu_stopped_state() with qemu_get_cpu()
Andreas Färber
2013-06-12
1
-7
/
+2
|
/
*
remove some double-includes
Michael Tokarev
2013-05-18
2
-3
/
+0
*
PPC: e500: correct params->ram_size with ram_size
Tiejun Chen
2013-05-06
1
-0
/
+1
*
PPC: e500: initialize GPRs as per epapr
Bharat Bhushan
2013-05-06
1
-3
/
+27
*
pseries: Fix debug message for out-of-bounds address in H_PUT_TCE
David Gibson
2013-05-06
1
-1
/
+1
*
pseries: Factor out check for out-of-bounds LIOBN
David Gibson
2013-05-06
1
-6
/
+6
*
prep: Make System I/O port 0092 read/write
Julio Guerra
2013-05-06
1
-1
/
+1
*
prep: Add ELF support for -bios
Andreas Färber
2013-05-05
1
-9
/
+22
*
prep: Fix NIP reset value
Fabien Chouteau
2013-05-05
1
-0
/
+3
*
audio: enable PCI audio cards for all PCI-enabled targets
Paolo Bonzini
2013-04-29
1
-3
/
+0
*
audio: look for the ISA and PCI buses
Paolo Bonzini
2013-04-29
1
-1
/
+1
*
pseries: Generate device paths for VIO devices
David Gibson
2013-04-26
1
-14
/
+23
*
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
2013-04-26
1
-2
/
+2
*
pseries: Fix some small errors in XICS logic
David Gibson
2013-04-26
1
-0
/
+2
*
pseries: Fixes and enhancements to L1 cache properties
David Gibson
2013-04-26
1
-2
/
+19
*
PPC: mac newworld: fix cpu NIP reset value
Alexander Graf
2013-04-26
1
-0
/
+2
*
Enable kvm emulated watchdog
Bharat Bhushan
2013-04-26
1
-4
/
+41
*
PPC: Remove env->hreset_excp_prefix
Fabien Chouteau
2013-04-26
1
-2
/
+4
*
PPC: e500: advertise 4.2 MPIC only if KVM supports EPR
Stuart Yoder
2013-04-26
1
-0
/
+7
*
Remove unneeded type casts
Stefan Weil
2013-04-19
2
-2
/
+2
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
2
-2
/
+2
*
arm: fix location of some include files
Peter Maydell
2013-04-15
1
-1
/
+1
*
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
5
-4
/
+85
*
hw: move NVRAM interfaces to hw/nvram/, configure with default-configs/
Paolo Bonzini
2013-04-08
1
-5
/
+0
*
hw: move interrupt controllers to hw/intc/, configure with default-configs/
Paolo Bonzini
2013-04-08
1
-2
/
+0
*
hw: move PCI bridges to hw/pci-* or hw/ARCH
Paolo Bonzini
2013-04-08
3
-3
/
+1255
*
hw: move char devices to hw/char/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-1
/
+0
*
hw: move SCSI controllers to hw/scsi/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
hw: move NICs to hw/net/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-4
/
+1
*
hw: move MC146818RTC to hw/timer/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-2
/
+0
*
hw: make all of hw/pci/ configurable via default-configs/
Paolo Bonzini
2013-04-08
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
21
-62
/
+62
*
mmu-hash*: Add hash pte load/store helpers
David Gibson
2013-03-22
1
-19
/
+19
*
mmu-hash*: Add header file for definitions
David Gibson
2013-03-22
1
-51
/
+19
*
pseries: Move XICS initialization before cpu initialization
David Gibson
2013-03-22
2
-37
/
+32
*
pseries: Remove "busname" property for PCI host bridge
David Gibson
2013-03-22
1
-1
/
+1
[next]