Sign in
qemu
/
qemu
/
b6481f376bc65894910dd98db3f299d698817106
/
hw
/
ppc
/
spapr_vio.c
f6bda9c
spapr: Rename 'dprintf' to 'DPRINTF'
by Peter Maydell
· 12 years ago
a83000f
spapr-tce: make sPAPRTCETable a proper device
by Anthony Liguori
· 12 years ago
b368a7d
pseries: savevm support for VIO devices
by David Gibson
· 12 years ago
84af6d9
spapr_iommu: pass device to spapr_tce_new_table and use it to set owner
by Paolo Bonzini
· 12 years ago
210b580
spapr-rtas: add CPU argument to RTAS calls
by Anthony Liguori
· 12 years ago
7dca804
memory: give name to every AddressSpace
by Alexey Kardashevskiy
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
9647859
spapr_vio: take care of creating our own AddressSpace/DMAContext
by Paolo Bonzini
· 12 years ago
2b7dc94
spapr: convert TCE API to use an opaque type
by Paolo Bonzini
· 12 years ago
187f1bc
ppc: Remove CONFIG_FDT conditionals
by Peter Maydell
· 12 years ago
c4eda5b
pseries: Generate device paths for VIO devices
by David Gibson
· 12 years ago
fd506b4f
pseries: Convert VIO code to QOM style type safe(ish) casts
by David Gibson
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
c68c4a5
ppc: move files referencing CPU to hw/ppc/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/spapr_vio.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
1ea1ce8
pseries: Adjust default VIO address allocations to play better with libvirt
by David Gibson
· 12 years ago
4ecf8aa
pseries: Replace non-portable asprintf by g_strdup_printf
by Stefan Weil
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
b13ce26
spapr: Pass PowerPCCPU to hypercalls
by Andreas Färber
· 13 years ago
53724ee
pseries: Rework implementation of TCE bypass
by David Gibson
· 12 years ago
4dd96f2
pseries: Clear TCE and signal state when resetting PAPR VIO devices
by David Gibson
· 12 years ago
5c4cbcf
pseries dma: DMA window params added to PHB and DT population changed
by Alexey Kardashevskiy
· 13 years ago
a307d59
pseries: Rework irq assignment to avoid carrying qemu_irqs around
by Alexey Kardashevskiy
· 13 years ago
ad0ebb9
pseries: Convert sPAPR TCEs to use generic IOMMU infrastructure
by David Gibson
· 13 years ago
0866aca
qbus: Make child devices links
by Anthony Liguori
· 13 years ago
0d93692
qdev: Convert busses to QEMU Object Model
by Anthony Liguori
· 13 years ago
bce5447
qdev: Move bus properties to abstract superclasses
by Paolo Bonzini
· 13 years ago
3cb75a7
qdev: Move bus properties to a separate global
by Paolo Bonzini
· 13 years ago
d601fac
pseries: Implement automatic PAPR VIO address allocation
by David Gibson
· 13 years ago
b1c7f72
pseries: Correctly use the device model reset hooks
by David Gibson
· 13 years ago
8e01f35
pseries: Fix bug with reset of VIO CRQs
by David Gibson
· 13 years ago
d9599c9
pseries: Clean up hcall_dprintf() debugging messages
by David Gibson
· 13 years ago
d07fee7
pseries: Add support for level interrupts to XICS
by David Gibson
· 13 years ago
e2684c0
ppc hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
d307af7
qdev: kill off DeviceInfo
by Anthony Liguori
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
3954d33
spapr: convert to QEMU Object Model (v2)
by Anthony Liguori
· 13 years ago
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
9fc380d
pseries: Check for duplicate addresses on the spapr-vio bus
by Michael Ellerman
· 13 years ago
68f3a94
pseries: Populate "/chosen/linux,stdout-path" in the FDT
by David Gibson
· 13 years ago
05c1943
pseries: Emit device tree nodes in reg order
by David Gibson
· 13 years ago
1fc0253
pseries: Remove hcalls callback
by David Gibson
· 13 years ago
1e34d85
pseries: Fix qdev.id handling in the VIO bus code
by Michael Ellerman
· 13 years ago
5435352
pseries: Fix buggy spapr_vio_find_by_reg()
by David Gibson
· 13 years ago
e927dab
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
by Blue Swirl
· 13 years ago
0f5cb29
pseries: Use Book3S-HV TCE acceleration capabilities
by David Gibson
· 13 years ago
d8bb00d
qdev: switch children device list to QTAILQ
by Paolo Bonzini
· 13 years ago
e6c866d
pseries: Refactor spapr irq allocation
by David Gibson
· 13 years ago
416343b1
spapr: make irq customizable via qdev
by Paolo Bonzini
· 14 years ago
277f9ac
spapr: proper qdevification
by Paolo Bonzini
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
08942ac
Add a PAPR TCE-bypass mechanism for the pSeries machine
by Ben Herrenschmidt
· 14 years ago
b45d63b
Implement PAPR CRQ hypercalls
by Ben Herrenschmidt
· 14 years ago
ee86dfe
Implement TCE translation for sPAPR VIO
by David Gibson
· 14 years ago
00dc738
Add PAPR H_VIO_SIGNAL hypercall and infrastructure for VIO interrupts
by David Gibson
· 14 years ago
4040ab7
Implement the bus structure for PAPR virtual IO
by David Gibson
· 14 years ago