| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ppc/pnv: Add models for POWER8 PHB3 PCIe Host bridge | Cédric Le Goater | 2020-02-02 | 4 | -0/+1902 |
* | ppc/pnv: Add models for POWER9 PHB4 PCIe Host bridge | Benjamin Herrenschmidt | 2020-02-02 | 3 | -0/+2032 |
* | hw/core/loader: Let load_elf() populate a field with CPU-specific flags | Aleksandar Markovic | 2020-01-29 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-01-27 | 10 | -11/+11 |
|\ |
|
| * | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 9 | -10/+10 |
| * | hw/pci-host/designware: Remove unuseful FALLTHROUGH comment | Philippe Mathieu-Daudé | 2020-01-24 | 1 | -1/+1 |
* | | q35: implement 128K SMRAM at default SMBASE address | Igor Mammedov | 2020-01-22 | 1 | -7/+77 |
|/ |
|
* | hw/pci-host: Add Kconfig entry to select the IGD Passthrough Host Bridge | Philippe Mathieu-Daudé | 2019-12-18 | 2 | -1/+6 |
* | hw/pci-host/i440fx: Extract the IGD passthrough host bridge device | Philippe Mathieu-Daudé | 2019-12-18 | 3 | -84/+121 |
* | hw/pci-host/i440fx: Use definitions instead of magic values | Philippe Mathieu-Daudé | 2019-12-18 | 1 | -7/+7 |
* | hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE() | Philippe Mathieu-Daudé | 2019-12-18 | 1 | -3/+2 |
* | hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h" | Philippe Mathieu-Daudé | 2019-12-18 | 1 | -18/+0 |
* | hw/pci-host/i440fx: Correct the header description | Philippe Mathieu-Daudé | 2019-12-18 | 1 | -1/+1 |
* | hw: replace hw/i386/pc.h with a header just for the i8259 | Paolo Bonzini | 2019-12-17 | 2 | -2/+1 |
* | mips: fulong 2e: Renovate coding style | Filip Bozuta | 2019-12-16 | 1 | -27/+33 |
* | hw/pci-host/i440fx: Remove the last PIIX3 traces | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -8/+0 |
* | hw/pci-host: Rename incorrectly named 'piix' as 'i440fx' | Philippe Mathieu-Daudé | 2019-11-05 | 3 | -2/+2 |
* | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c | Philippe Mathieu-Daudé | 2019-11-05 | 2 | -403/+0 |
* | hw/pci-host/piix: Fix code style issues | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -3/+4 |
* | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -0/+1 |
* | hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -5/+4 |
* | hw/pci-host/piix: Move RCR_IOPORT register definition | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -3/+4 |
* | hw/pci-host/piix: Extract piix3_create() | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -20/+31 |
* | hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers | Philippe Mathieu-Daudé | 2019-11-05 | 1 | -25/+0 |
* | hw/core: Add a config switch for the "or-irq" device | Thomas Huth | 2019-08-20 | 1 | -1/+2 |
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 3 | -3/+3 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 11 | -0/+11 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 7 | -7/+0 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 8 | -0/+8 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 11 | -0/+11 |
* | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include sysemu/reset.h a lot less | Markus Armbruster | 2019-08-16 | 2 | -0/+2 |
* | i.mx7d: pci: Update PCI IRQ mapping to match HW | Andrey Smirnov | 2019-07-01 | 1 | -2/+4 |
* | pci: designware: Update MSI mapping when MSI address changes | Andrey Smirnov | 2019-07-01 | 1 | -0/+2 |
* | pci: designware: Update MSI mapping unconditionally | Andrey Smirnov | 2019-07-01 | 1 | -8/+2 |
* | q35: fix mmconfig and PCI0._CRS | Gerd Hoffmann | 2019-06-16 | 1 | -23/+8 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 9 | -0/+12 |
* | hw/pci-host: Use object_initialize_child for correct reference counting | Thomas Huth | 2019-05-02 | 4 | -8/+9 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2019-03-28 | 1 | -0/+1 |
|\ |
|
| * | kconfig: add CONFIG_MSI_NONBROKEN | Paolo Bonzini | 2019-03-18 | 1 | -0/+1 |
* | | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -3/+3 |
|/ |
|
* | ppc: Express dependencies of the Mac machines with kconfig | Thomas Huth | 2019-03-07 | 1 | -1/+3 |
* | i386: express dependencies with Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+4 |
* | build: convert pci.mak to Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+10 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+35 |
* | hw/pci-host/bonito.c: Add PCI mem region mapped at the correct address | BALATON Zoltan | 2019-02-21 | 1 | -1/+6 |
* | build: actually use CONFIG_PAM | Paolo Bonzini | 2019-02-05 | 1 | -1/+1 |
* | hw/pci-host/Makefile.objs: make CONFIGS clear for PCI EXPRESS | Yang Zhong | 2019-02-05 | 1 | -4/+4 |