- 8110b2b hw/mips/gt64xxx_pci: Align the pci0-mem size by Philippe Mathieu-Daudé · 6 years ago
- ab6bff4 hw/mips/gt64xxx_pci: Convert debug printf()s to trace events by Philippe Mathieu-Daudé · 6 years ago
- 641ca2b hw/mips/gt64xxx_pci: Use qemu_log_mask() instead of debug printf() by Philippe Mathieu-Daudé · 6 years ago
- b61104b hw/mips/gt64xxx_pci: Fix 'spaces' coding style issues by Philippe Mathieu-Daudé · 6 years ago
- 5353965 hw/mips/gt64xxx_pci: Fix 'braces' coding style issues by Philippe Mathieu-Daudé · 6 years ago
- 91ce82b hw/mips/gt64xxx_pci: Fix 'tabs' coding style issues by Philippe Mathieu-Daudé · 6 years ago
- c47aee3 hw/mips/gt64xxx_pci: Fix multiline comment syntax by Philippe Mathieu-Daudé · 6 years ago
- 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
- d126869 hw/mips/gt64xxx_pci: Mark as bridge device by Philippe Mathieu-Daudé · 6 years ago
- 43fd7bb hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method by Philippe Mathieu-Daudé · 6 years ago
- a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
- 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
- fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
- e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
- a8c1a75 hw/mips: fix PCI bus initialization by Marcel Apfelbaum · 9 years ago
- c684822 mips: Clean up includes by Peter Maydell · 9 years ago
- b429d36 gt64120: convert to realize() by Cao jin · 9 years ago
- 63fc737 gt64xxx: fix decoding of ISD register by Paolo Bonzini · 9 years ago
- f720f20 gt64xxx: remove isa_mem_base usage by Hervé Poussineau · 10 years ago
- d8d9581 memory: convert memory_region_destroy to object_unparent by Paolo Bonzini · 11 years ago
- 427e175 gt64xxx_pci: Add VMStateDescription by Sanjay Lal · 11 years ago
- 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- ee77854 mips_malta: do not use isa_mmio by Paolo Bonzini · 11 years ago
- 3c16154 hw/m*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/gt64xxx.c]
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 60a0e44 pci: Allow PCI bus creation interfaces to specify the type of bus by Alex Williamson · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 67c332f pci: Tidy up PCI host bridges by Andreas Färber · 12 years ago
- 8558d94 pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE by Andreas Färber · 12 years ago
- 8d43d7e gt64xxx: QOM'ify GT64120 PCI host bridge by Andreas Färber · 12 years ago
- 4240abf pci: Make host bridge TypeInfos const by Andreas Färber · 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
- 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- f6c6106 gt64xxx.c: remove reference to non-existing ISD_handle field by Antony Pavlov · 13 years ago
- ce8d280 gt64xxx.c: fix length modifier in DPRINTF format string by Antony Pavlov · 13 years ago
- 89da90b gt64xxx: fix crash in gt64120_pci_mapping() by Avi Kivity · 13 years ago
- fc2bf44 gt64xxx.c: convert to memory API by Avi Kivity · 13 years ago
- aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 13 years ago
- 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 13 years ago
- 231f5f4 hw/gt64xxx.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
- 05a7fcd gt64xxx: remove savevm support by Juan Quintela · 14 years ago
- 8e5977e gt64xxx: set isa_mem_base during registration by Aurelien Jarno · 14 years ago
- c2dd2a2 gt64xxx: qdev conversion by Aurelien Jarno · 14 years ago
- 968d683 isa_mmio: Always use little endian by Alexander Graf · 14 years ago
- 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
- 520128b pci: use PCI_DEVFN() where appropriate. by Isaku Yamahata · 15 years ago
- 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
- 82f24fc Fix hw/gt64xxx.c compilation with DEBUG defined by Riccardo Magliocchetti · 15 years ago
- 84108e1 Compile isa_mmio only once by Blue Swirl · 15 years ago
- d0f2c4c Do not use dprintf by malc · 15 years ago
- e0fe020 gt64xxx: remove gt64120_{read, write}_config(). by Isaku Yamahata · 15 years ago
- 4f5e19e pci_host.h: move functions in pci_host.h into .c file. by Isaku Yamahata · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- 5d4e84c We want the argument pass to set_irq to be opaque by Juan Quintela · 15 years ago
- d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
- 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
- 02e2da4 Add common BusState by Paul Brook · 16 years ago
- a770dc7 Add and use remaining #defines for PCI device IDs (Stuart Brady) by aliguori · 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
- b1d8e52 Fix undeclared symbol warnings from sparse by blueswir1 · 16 years ago
- c6c99c3 GT64XXX: fix endianness issues: by aurel32 · 17 years ago
- 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- bd37ec2 removed warning by bellard · 17 years ago
- 1931e26 Check the Galilleo config register instead of hardcoding the endianness. by ths · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- bb433be Remove superfluous gt64xxx_pci_mapping calls. by ths · 18 years ago
- a0a8793 Impement Galilleo ISD register. by ths · 18 years ago
- 9414cc6 Revert the Gallileo PCI mapping patch, it conflicts with the supposedly by ths · 18 years ago
- 2a1086d More PCI mapping/remapping for Gallileo. by ths · 18 years ago
- f00cb70 Unbreak PCI config register, noticed by Stefan Weil. by ths · 18 years ago
- 30b6f3a Initialize more GT64xxx registers on reset. by ths · 18 years ago
- 0f78cf0 Fix some Malta PCI config bits. by ths · 18 years ago
- 1823082 PCI device saving for GT64xxx. by ths · 18 years ago
- 05b4ff4 Implement some more Gallileo registers. by ths · 18 years ago
- d4a4d05 Fix PCI irq mapping on Malta. by ths · 18 years ago
- bc687ec Gallileo fixes, by Stefan Weil. by ths · 18 years ago
- d537cf6 Unify IRQ handling. by pbrook · 18 years ago
- 11f2951 A VGA card for the Malta board. by ths · 18 years ago
- 35f1de3 Fix GT-64xxx PCI mapping, by Aurelien Jarno. by ths · 18 years ago
- 90e950d Fix GT64120 mapping with REDBOOT, by Aurelien Jarno. by ths · 18 years ago
- 4de9b24 Reworking MIPS interrupt handling, by Aurelien Jarno. by ths · 18 years ago
- 0da75eb Big endian support for Gallileo, by Aurelien Jarno. by ths · 18 years ago
- fde7d5b Gallileo GT64xxx support, by Aurelien Jarno. by ths · 18 years ago