summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * hw/pci: Add pci_bus_range() to get PCI bus number rangeXingang Wang2021-07-161-0/+1
| * hw/i386: Add a default_bus_bypass_iommu pc machine optionXingang Wang2021-07-161-0/+1
| * hw/arm/virt: Add default_bus_bypass_iommu machine optionXingang Wang2021-07-161-0/+1
| * hw/pci/pci_host: Allow PCI host to bypass iommuXingang Wang2021-07-162-0/+2
| * hw/virtio: add boilerplate for vhost-user-i2c deviceViresh Kumar2021-07-161-0/+28
| * hw/pci/pcie: Do not set HPC flag if acpihp is usedJulia Suvorova2021-07-161-1/+4
| * hw/acpi/ich9: Enable ACPI PCI hot-plugJulia Suvorova2021-07-161-0/+3
| * hw/i386/acpi-build: Add ACPI PCI hot-plug methods to Q35Julia Suvorova2021-07-162-1/+4
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-07-161-0/+3
|\ \ | |/ |/|
| * hw/riscv: opentitan: Add the flash aliasAlistair Francis2021-07-151-0/+2
| * hw/riscv: opentitan: Add the unimplement rv_core_ibex_periAlistair Francis2021-07-151-0/+1
* | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210714.0' i...Peter Maydell2021-07-151-0/+3
|\ \
| * | vfio/pci: Add pba_offset PCI quirk for BAIDU KUNLUN AI processorCai Huoqing2021-07-141-0/+3
| |/
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-1...Peter Maydell2021-07-151-1/+1
|\ \
| * | plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée2021-07-141-1/+1
| |/
* / hw/i386: Introduce X86_FW_OVMF Kconfig symbolPhilippe Mathieu-Daudé2021-07-141-0/+1
|/
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-121-1/+1
|\
| * target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-071-1/+1
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-123-6/+11
|\ \
| * | tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson2021-07-101-2/+1Star
| * | accel/tcg: Introduce translator_use_goto_tbRichard Henderson2021-07-091-0/+10
| * | tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson2021-07-091-3/+0Star
| * | tcg: Bake tb_destroy() into tcg_region_treeLiren Wei2021-07-091-1/+0Star
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-114-2/+89
|\ \ \
| * | | usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-1/+6
| * | | monitor: allow register hmp commandsGerd Hoffmann2021-07-091-0/+3
| * | | modules: check arch and block load on mismatchGerd Hoffmann2021-07-091-0/+1
| * | | modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+17
| * | | modules: add modinfo macrosGerd Hoffmann2021-07-091-0/+61
| * | | osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini2021-07-091-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-118-5/+641
|\ \ \
| * | | hw/i2c: add support for PMBusTitus Rwantare2021-07-081-0/+517
| * | | hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé2021-07-081-0/+24
| * | | hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan2021-07-081-1/+11
| * | | hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-081-1/+7
| * | | hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé2021-07-081-1/+0Star
| * | | hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé2021-07-081-0/+2
| * | | hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2021-07-082-3/+26
| * | | sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard2021-06-173-0/+55
| * | | adc: Move the max111x driver to the adc directoryCorey Minyard2021-06-171-0/+0
| * | | adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2021-06-171-0/+0
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell2021-07-111-0/+57
|\ \ \ \
| * | | | stm32f100: Add the stm32f100 SoCAlexandre Iooss2021-07-091-0/+57
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-101-0/+3
|\ \ \ \
| * | | | block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf2021-07-091-0/+2
| * | | | block: Add bdrv_reopen_queue_free()Alberto Garcia2021-07-091-0/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell2021-07-108-7/+118
|\ \ \ \
| * | | | target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2021-07-091-2/+6
| * | | | linux-headers: UpdateBharata B Rao2021-07-096-3/+33
| * | | | spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-2/+1Star