summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xics: Drop the KVM ICS classGreg Kurz2019-02-182-41/+1Star
* spapr/irq: Use the "simple" ICS class for KVMGreg Kurz2019-02-181-8/+7Star
* xics: Handle KVM interrupt presentation from "simple" ICS codeGreg Kurz2019-02-183-8/+7Star
* xics: Handle KVM ICS reset from the "simple" ICS codeGreg Kurz2019-02-182-18/+4Star
* xics: Explicitely call KVM ICS methods from the common codeGreg Kurz2019-02-182-21/+14Star
* xics: Drop the KVM ICP classGreg Kurz2019-02-181-18/+0Star
* spapr/irq: Use the base ICP class for KVMGreg Kurz2019-02-181-3/+1Star
* xics: Handle KVM ICP realize from the common codeGreg Kurz2019-02-182-9/+9
* xics: Handle KVM ICP reset from the common codeGreg Kurz2019-02-182-19/+4Star
* xics: Explicitely call KVM ICP methods from the common codeGreg Kurz2019-02-182-21/+15Star
* spapr/irq: remove the XICS offset adjustmentCédric Le Goater2019-02-171-26/+1Star
* spapr/irq: add an 'nr_irq' parameter to initialize the backend.Cédric Le Goater2019-02-171-8/+10
* spapr: fix out of bounds write in spapr_populate_drmem_v2Fabiano Rosas2019-02-171-2/+2
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-1712-22/+15Star
* xive: Only set source type for LSIsGreg Kurz2019-02-171-4/+3Star
* mac_newworld: change default NIC to sungem for mac99 machineMark Cave-Ayland2019-02-171-1/+1
* spapr: Disallow unsupported kernel-irqchip settingsGreg Kurz2019-02-171-0/+13
* cuda: decrease time delay before raising VIA SR interrupt and remove fast pathMark Cave-Ayland2019-02-171-10/+1Star
* spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error pathGreg Kurz2019-02-171-0/+6
* spapr: Rename xics to intc in interrupt controller agnostic codeGreg Kurz2019-02-174-8/+8
* hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-171-1/+0Star
* hw/arm/armsse: Fix miswiring of expansion IRQsPeter Maydell2019-02-151-1/+1
* hw/intc/armv7m_nvic: Allow byte accesses to SHPR1Peter Maydell2019-02-151-2/+2
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-14-2019' ...Peter Maydell2019-02-142-2/+27
|\
| * hw/mips_cpc: kick a VP when putting it into Run statewqMiodrag Dinic2019-02-141-2/+15
| * hw/mips_int: hold BQL for all interrupt requestsAleksandar Markovic2019-02-141-0/+12
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-02-144-14/+18
|\ \
| * | hw/sparc64: Explicitly set default_display = "std"Thomas Huth2019-02-141-0/+2
| * | hw/dma/i8257: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé2019-02-141-1/+3
| * | pckbd: Convert DPRINTF->traceDr. David Alan Gilbert2019-02-142-13/+13
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2019-02-141-4/+9
|\ \ \ | |_|/ |/| |
| * | virtio-blk: set correct config size for the host driverChangpeng Liu2019-02-131-4/+9
| |/
* | Merge remote-tracking branch 'remotes/elmarco/tags/chardev-pull-request' into...Peter Maydell2019-02-149-19/+17Star
|\ \
| * | terminal3270: do not use backend timer sourcesMarc-André Lureau2019-02-131-9/+6Star
| * | char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-138-10/+11
| |/
* | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.0-sf1' i...Peter Maydell2019-02-144-4/+4
|\ \
| * | riscv: Ensure the kernel start address is correctly castAlistair Francis2019-02-124-4/+4
* | | hw/hppa: forward requests to CPU HPASven Schnelle2019-02-121-1/+7
| |/ |/|
* | virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdevStefano Garzarella2019-02-121-13/+9Star
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell2019-02-072-12/+29
|\
| * sun4m: pass initrd size to OpenBIOS via fw_cfg interfaceMark Cave-Ayland2019-02-061-11/+14
| * sun4u: add power_mem_read routinePrasad J Pandit2019-02-061-0/+6
| * hw/sparc64: Create VGA device only if it has really been requestedThomas Huth2019-02-061-1/+9
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell2019-02-074-14/+9Star
|\ \
| * | hw/input/tsc210x: Fix building with no verbosityPhilippe Mathieu-Daudé2019-02-061-12/+6Star
| * | hw/cpu/cluster: Mark the cpu-cluster device with user_creatable = falseThomas Huth2019-02-061-0/+3
| * | hw/unicore32/puv3: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| * | hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h"Philippe Mathieu-Daudé2019-02-061-1/+0Star
| |/
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-0573-282/+564
|\ \ | |/ |/|
| * scsi-generic: Convert from DPRINTF() macro to trace eventsLaurent Vivier2019-02-052-30/+37