Sign in
qemu
/
qemu
/
193100b571755023690787bcb1ebc91fcc03ed50
/
hw
/
misc
/
macio
/
macio.c
1069a3c
hw/misc/macio: Fix device introspection problems in macio devices
by Thomas Huth
· 7 years ago
d811d61
mac_newworld: add PMU device
by Mark Cave-Ayland
· 7 years ago
7c4166a
mac_newworld: add gpios to macio devices with PMU enabled
by Mark Cave-Ayland
· 7 years ago
f1114c1
mac_newworld: add via machine option to control mac99 VIA/ADB configuration
by Mark Cave-Ayland
· 7 years ago
56e7404
macio: add trace-events to timer device
by Mark Cave-Ayland
· 7 years ago
0fcd2a8
mac_newworld: move wiring of macio IRQs to macio_newworld_realize()
by Mark Cave-Ayland
· 7 years ago
20d2514
mac_oldworld: move wiring of macio IRQs to macio_oldworld_realize()
by Mark Cave-Ayland
· 7 years ago
9bca0ed
Change references to serial_hds[] to serial_hd()
by Peter Maydell
· 7 years ago
ddd835f
hw/misc/macio: Fix crash when listing device properties of macio device
by Thomas Huth
· 7 years ago
1ca15d8
hw/misc/macio: Mark the macio devices with user_creatable = false
by Thomas Huth
· 7 years ago
b6712ea
macio: remove macio_init() function
by Mark Cave-Ayland
· 7 years ago
aa79b08
macio: move setting of CUDA timebase frequency to macio_common_realize()
by Mark Cave-Ayland
· 7 years ago
dda12e9
mac_newworld: use object link to pass OpenPIC object to macio
by Mark Cave-Ayland
· 7 years ago
017812d
mac_oldworld: use object link to pass heathrow PIC object to macio
by Mark Cave-Ayland
· 7 years ago
e1218e4
macio: move macio related structures and defines into separate macio.h file
by Mark Cave-Ayland
· 7 years ago
343bd85
macio: move ESCC device within the macio device
by Mark Cave-Ayland
· 7 years ago
a504b9b
macio: embed DBDMA device directly within macio
by Mark Cave-Ayland
· 7 years ago
7092e84
ppc: move CUDAState and other CUDA-related definitions into separate cuda.h file
by Mark Cave-Ayland
· 7 years ago
27c5cee
cuda: rename frequency property to tb_frequency
by Mark Cave-Ayland
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 8 years ago
e451b85
macio: use object link between MACIO_IDE and MAC_DBDMA object
by Mark Cave-Ayland
· 8 years ago
0fc8433
macio: pass channel into MACIOIDEState via qdev property
by Mark Cave-Ayland
· 8 years ago
ecba28d
mac_dbdma: remove DBDMA_init() function
by Mark Cave-Ayland
· 8 years ago
dd2fa4f
ppc: Fix macio ESCC legacy mapping
by Benjamin Herrenschmidt
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
0d75590
ppc: Clean up includes
by Peter Maydell
· 9 years ago
f9f2a9f
macio: add to bridge category
by Laurent Vivier
· 10 years ago
c710440
macio: move DBDMA_init from instance_init to realize
by Paolo Bonzini
· 10 years ago
81e0ab4
hw: do not pass NULL to memory_region_init from instance_init
by Paolo Bonzini
· 10 years ago
5c464f6
macio: remove nonexistent interrupt on pin 1
by Cormac O'Brien
· 10 years ago
62e9cd7
macio: Convert to realize()
by Markus Armbruster
· 10 years ago
6c5819c
macio: fix possible memory leak
by Gonglei
· 10 years ago
0263592
macio.c: include parent PCIDevice state in VMStateDescription
by Mark Cave-Ayland
· 10 years ago
b981289
PPC: Cuda: Use cuda timer to expose tbfreq to guest
by Alexander Graf
· 11 years ago
d696760
PPC: mac99: Fix core99 timer frequency
by Alexander Graf
· 11 years ago
9397a7c
macio: Fix timer endianness
by Alexander Graf
· 11 years ago
213f0c4
qom: Pass available size to object_initialize()
by Andreas Färber
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
a0f9fdf
PPC: Add timer handler for newworld mac-io
by Alexander Graf
· 12 years ago
14eefd0
PPC: g3beige: Move secondary IDE bus to mac-io
by Alexander Graf
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
0d54a50
mac-io: Add escc-legacy memory alias region
by Alexander Graf
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/macio.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
6e72a00
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
02d583c
ide/macio: Fix macio DMA initialisation.
by Mark Cave-Ayland
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
45fa67f
cuda: QOM'ify CUDA
by Andreas Färber
· 12 years ago
07a7484
ide/macio: QOM'ify MacIO IDE
by Andreas Färber
· 12 years ago
95ed3b7
mac_nvram: QOM'ify MacIO NVRAM
by Andreas Färber
· 12 years ago
d037834
macio: Split MacIO in two
by Andreas Färber
· 12 years ago
7b92507
macio: Delay qdev init until all fields are initialized
by Andreas Färber
· 12 years ago
fcf1bba
macio: QOM'ify some more
by Andreas Färber
· 12 years ago
baec191
ppc: Move Mac machines to hw/ppc/
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
a2cb15b
pci: update all users to look in pci/
by Michael S. Tsirkin
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
40021f0
pci: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
d8c51b0
macio: convert to qdev
by Anthony Liguori
· 13 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
23c5e4c
ppc: convert to memory API
by Avi Kivity
· 14 years ago
b80d4a9
pci: don't overwrite multi functio bit in pci header type.
by Isaku Yamahata
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 16 years ago
99a0949
Get rid of _t suffix
by malc
· 16 years ago
28c2c26
Rename pci_register_io_region() to pci_register_bar()
by Avi Kivity
· 16 years ago
6407f37
use PCI_HEADER_TYPE.
by Isaku Yamahata
· 16 years ago
173a543
Add and use #defines for PCI device classes
by blueswir1
· 16 years ago
deb5439
Define PCI vendor and device IDs in pci.h (Stuart Brady)
by aliguori
· 16 years ago
7fa9ae1
Use ESCC for PowerMac serial
by blueswir1
· 16 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
74e9115
Fix PowerMac NVRAM device.
by j_mayer
· 17 years ago
3cbee15
* sort the PowerPC target object files
by j_mayer
· 17 years ago