aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell23-51/+107
2019-03-26Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20190326-pull-request...Peter Maydell2-18/+7
2019-03-26ati-vga: Fix indexed access to video memoryBALATON Zoltan1-12/+6
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier1-6/+1
2019-03-26Merge remote-tracking branch 'remotes/armbru/tags/pull-pflash-2019-03-26' int...Peter Maydell3-23/+53
2019-03-26pflash: Bury disabled code to limit device sizesAlex Bennée2-13/+0
2019-03-26pflash: Require backend size to match device, improve errorsMarkus Armbruster3-10/+53
2019-03-26xen-block: Replace qdict_put_obj() by qdict_put() where appropriateMarkus Armbruster1-2/+2
2019-03-25Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell41-265/+250
2019-03-25nrf51_gpio: reflect pull-up/pull-down to IRQsPaolo Bonzini1-25/+40
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster13-21/+31
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster11-27/+0
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster41-229/+229
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster1-0/+2
2019-03-21virtio-vga: only enable for specific boardsPaolo Bonzini4-1/+4
2019-03-20intel-iommu: optimize nodmar memory regionsPeter Xu1-33/+58
2019-03-20hw/alpha/Kconfig: DP264 hardware requires e1000 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/hppa/Kconfig: Dino board requires e1000 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/sh4/Kconfig: r2d machine requires the rtl8139 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/ppc/Kconfig: e500 based machines require virtio-net-pci devicePhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/ppc/Kconfig: Bamboo machine requires e1000 network cardPhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/i386/Kconfig: enable devices that can be created by defaultPhilippe Mathieu-Daudé1-0/+3
2019-03-20hw/isa/Kconfig: PIIX4 southbridge requires USB UHCIPhilippe Mathieu-Daudé1-0/+1
2019-03-20hw/isa/Kconfig: i82378 SuperIO requires PC speaker devicePhilippe Mathieu-Daudé1-0/+1
2019-03-20prep: do not select I82374Paolo Bonzini1-1/+0
2019-03-20hw/i386/Kconfig: PC uses I8257, not I82374Paolo Bonzini1-1/+0
2019-03-19xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne1-2/+8
2019-03-19riscv: sifive_u: Correct UART0's IRQ in the device treeBin Meng1-1/+1
2019-03-19riscv: sifive_uart: Generate TX interruptBin Meng1-1/+3
2019-03-19riscv: sifive_u: Allow up to 4 CPUs to be createdAlistair Francis1-1/+4
2019-03-19RISC-V: Allow interrupt controllers to claim interruptsMichael Clark1-0/+15
2019-03-19RISC-V: Replace __builtin_popcount with ctpop8 in PLICMichael Clark1-2/+2
2019-03-19spapr: Remove NULL checks on error_propagate() callsMarkus Armbruster1-3/+1
2019-03-19ppc/xics/spapr: Fix H_IPOLL implementationBenjamin Herrenschmidt1-1/+8
2019-03-19ppc/pnv: Fix variable size in pnv_psi_power9_irq_set()Greg Kurz1-1/+1
2019-03-19ppc/pnv: Use local_err variable in pnv_chip_power9_intc_create()Greg Kurz1-1/+1
2019-03-19spapr: Correctly set LPCR[GTSE] in H_REGISTER_PROCESS_TABLEDavid Gibson1-1/+2
2019-03-18virtio-gpu: clear command and fence queues on resetGerd Hoffmann1-0/+14
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann1-1/+11
2019-03-18ati-vga: fix tracingGerd Hoffmann1-2/+2
2019-03-18hw/char/parallel: Make it possible to compile also without CONFIG_PARALLELThomas Huth4-4/+6
2019-03-18kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini6-11/+13
2019-03-18kconfig: add CONFIG_MSI_NONBROKENPaolo Bonzini6-0/+13
2019-03-18riscv: plic: Set msi_nonbroken as trueAlistair Francis1-0/+3
2019-03-17Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20190316' into stagingPeter Maydell1-2/+2
2019-03-16hw/rdma: Fix the error prints in create_qp_rings()Kamal Heib1-3/+3
2019-03-16hw/pvrdma: Fix zero-initialization of resp in {query/modify}_qpKamal Heib1-3/+1
2019-03-16hw/rdma: Use {} instead of {0}Kamal Heib3-11/+11
2019-03-16hw/rdma: Remove unused parameter from rdma_poll_cq()Kamal Heib1-4/+3
2019-03-16hw/rdma: Fix broken paths to docs/devel/tracing.txtKamal Heib2-2/+2