aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater1-0/+190
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater1-0/+424
2018-12-21ppc/xive: add support for the END Event State BuffersCédric Le Goater1-2/+158
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater1-4/+4
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater2-6/+12
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater1-5/+6
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater1-0/+174
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater1-0/+77
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater1-0/+25
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater1-6/+61
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater2-0/+383
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz1-17/+13
2018-12-21virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+2
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2-2/+2
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz1-2/+0
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych1-1/+1
2018-12-20Clean up includesMarkus Armbruster4-3/+2
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell1-3/+1
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza4-6/+7
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza2-0/+11
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell15-68/+54
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell4-16/+32
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell4-716/+5
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell24-177/+143
2018-12-14virt: Fix broken indentationEduardo Habkost1-1/+1
2018-12-14hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell1-4/+1
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell1-0/+1
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell1-25/+0
2018-12-14hw/block/tc58128.c: Don't use load_image()Peter Maydell1-1/+2
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell1-10/+12
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell1-1/+5
2018-12-14hw/smbios/smbios.c: Don't use load_image()Peter Maydell1-1/+1
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell1-4/+8
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell2-12/+8
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell4-8/+10
2018-12-14Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell1-2/+0
2018-12-14usb-mtp: Limit filename to object information sizeMichael Hanselmann1-4/+5
2018-12-14usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann1-4/+9
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson1-10/+11
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias1-2/+2
2018-12-13hw/arm: versal: Reduce number of virtio-mmio instancesEdgar E. Iglesias1-1/+1
2018-12-13hw/arm: versal: Remove bogus virtio-mmio creationEdgar E. Iglesias1-1/+0
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi1-10/+5