| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -4/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -2/+4 |
* | sysbus: Convert to sysbus_realize() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -1/+1 |
* | pci: Convert uses of pci_create() etc. with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+3 |
* | hw/mips/fuloong2e: Fix typo in Fuloong machine name | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -4/+4 |
* | hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32 | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -1/+20 |
* | hw/pci-host/bonito: Better describe the I/O CS regions | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -2/+11 |
* | hw/pci-host/bonito: Map the different PCI ranges more detailed | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -4/+28 |
* | hw/pci-host/bonito: Map all the Bonito64 I/O range | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -0/+3 |
* | hw/pci-host/bonito: Map peripheral using physical address | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -2/+2 |
* | hw/pci-host/bonito: Fix DPRINTF() format strings | Philippe Mathieu-Daudé | 2020-05-26 | 1 | -3/+3 |
* | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -1/+1 |
* | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini | 2019-12-17 | 1 | -1/+0 |
* | mips: fulong 2e: Renovate coding style | Filip Bozuta | 2019-12-16 | 1 | -27/+33 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+1 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | hw/pci-host/bonito.c: Add PCI mem region mapped at the correct address | BALATON Zoltan | 2019-02-21 | 1 | -1/+6 |
* | hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init | Philippe Mathieu-Daudé | 2018-10-24 | 1 | -6/+3 |
* | hw/pci-host/bonito: Move away from old_mmio accessors | Peter Maydell | 2018-08-21 | 1 | -130/+15 |
* | hw/pci*: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 2018-02-06 | 1 | -3/+3 |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 1 | -1/+1 |
* | pci: Rename root bus initialization functions for clarity | David Gibson | 2017-12-05 | 1 | -4/+4 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | shutdown: Add source information to SHUTDOWN and RESET | Eric Blake | 2017-05-23 | 1 | -1/+1 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 1 | -1/+1 |
* | pci: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -1/+1 |
* | PCI Bonito: QOMify and cleanup | Cao jin | 2016-01-11 | 1 | -11/+12 |
* | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses | Peter Maydell | 2015-08-13 | 1 | -0/+16 |
* | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi | 2015-04-28 | 1 | -1/+1 |
* | mips: fix broken fulong2e machine | Paolo Bonzini | 2015-04-17 | 1 | -2/+2 |
* | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -4/+2 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | pci-host: Consistently set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -1/+5 |
* | sysbus: Set cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -2/+0 |
* | qdev: Replace no_user by cannot_instantiate_with_device_add_yet | Markus Armbruster | 2013-12-23 | 1 | -2/+2 |
* | mips_fulong2e: do not use isa_mmio | Paolo Bonzini | 2013-07-25 | 1 | -15/+10 |
* | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini | 2013-07-04 | 1 | -5/+5 |
* | memory: add owner argument to initialization functions | Paolo Bonzini | 2013-07-04 | 1 | -5/+5 |
* | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini | 2013-04-08 | 1 | -0/+847 |