- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- aad0796 hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header by Philippe Mathieu-Daudé · 2 years, 2 months ago
- eb66dac hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code by Philippe Mathieu-Daudé · 2 years, 2 months ago
- f9ab9c6 hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 4dd5cb5 hw/pci-host/bonito: Convert to 3-phase reset by Philippe Mathieu-Daudé · 5 years ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 3 months ago
- 711ef33 hw/pci-host/bonito: Allow PCI config accesses smaller than 32-bit by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 300491f hw/pci-host/bonito: Trace PCI config accesses smaller than 32-bit by Philippe Mathieu-Daudé · 3 years, 9 months ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 4 years ago
- b4bb339 hw/pci-host/bonito: Use pci_config_set_interrupt_pin() by Philippe Mathieu-Daudé · 4 years, 2 months ago
- ce3f3d3 hw/pci-host/bonito: Display hexadecimal value with '0x' prefix by Philippe Mathieu-Daudé · 4 years, 2 months ago
- 4934e47 hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h' by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 8d40def hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h' by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 0374cbd hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h' by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 9307d06 pci: Convert uses of pci_create() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- c3a09ff hw/mips/fuloong2e: Fix typo in Fuloong machine name by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 1f8a6c8 hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32 by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 7a29699 hw/pci-host/bonito: Better describe the I/O CS regions by Philippe Mathieu-Daudé · 4 years, 10 months ago
- a0b544c hw/pci-host/bonito: Map the different PCI ranges more detailed by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 25cca0a hw/pci-host/bonito: Map all the Bonito64 I/O range by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 86313bd hw/pci-host/bonito: Map peripheral using physical address by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 3d14264 hw/pci-host/bonito: Fix DPRINTF() format strings by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 8e5c952 hw: Remove unnecessary DEVICE() cast by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 852c27e hw: replace hw/i386/pc.h with a header just for the i8259 by Paolo Bonzini · 5 years ago
- f3db354 mips: fulong 2e: Renovate coding style by Filip Bozuta · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- f7cf221 hw/pci-host/bonito.c: Add PCI mem region mapped at the correct address by BALATON Zoltan · 6 years ago
- e800894 hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init by Philippe Mathieu-Daudé · 6 years ago
- 421ab72 hw/pci-host/bonito: Move away from old_mmio accessors by Peter Maydell · 7 years ago
- 0151abe hw/pci*: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 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
- cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
- e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
- 97d5408 pci: Clean up includes by Peter Maydell · 9 years ago
- a2a645d PCI Bonito: QOMify and cleanup by Cao jin · 9 years ago
- 58d4797 hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses by Peter Maydell · 10 years ago
- 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
- 0ca4f94 mips: fix broken fulong2e machine by Paolo Bonzini · 10 years ago
- 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
- 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
- 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
- e37b80f mips_fulong2e: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 40c5dce hw/p*: 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/bonito.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
- 9c17d61 softmmu: move include files to include/sysemu/ 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
- 8558d94 pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGE by Andreas Färber · 13 years ago
- c5589ee bonito: QOM'ify Bonito PCI host bridge by Andreas Färber · 13 years ago
- 4240abf pci: Make host bridge TypeInfos const by Andreas Färber · 13 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
- 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
- 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
- 9a542a4 bonito: convert cop to memory API by Benoît Canet · 13 years ago
- def344a bonito: convert ldma to memory API by Benoît Canet · 13 years ago
- 845cbeb bonito: convert south bridge pci config to memory API by Benoît Canet · 13 years ago
- 183e1d4 bonito: convert north bridge pci config to memory API by Benoît Canet · 13 years ago
- 8920097 bonito: convert north bridge register mapping to memory API by Benoît Canet · 13 years ago
- b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 14 years ago
- aee97b8 pci: pass I/O address space to new PCI bus by Avi Kivity · 14 years ago
- 1e39101 pci: pass address space to pci bus when created by Avi Kivity · 14 years ago
- 51387f8 hw/bonito.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 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
- fed61bb hw/bonito: remove incorrect pci_mem_base setting by Huacai Chen · 15 years ago
- d0f7453 MIPS: Initial support of bonito north bridge used by fulong mini pc by Huacai Chen · 15 years ago