summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* 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/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-111-1/+6
|\ \
| * | usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-1/+6
* | | 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/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell2021-07-102-4/+85
|\ \ \ \
| * | | | target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao2021-07-091-2/+6
| * | | | spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy2021-07-091-2/+1Star
| * | | | target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin2021-07-091-0/+3
| * | | | spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2021-07-092-1/+76
| * | | | spapr: tune rtas-sizeAlexey Kardashevskiy2021-07-091-1/+1
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-07-092-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand2021-07-081-0/+1
| * | | vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand2021-07-081-0/+11
| * | | virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand2021-07-081-0/+3
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-081-0/+3
|\ \ \ | |/ / |/| |
| * | block: Add backend_defaults propertyAkihiko Odaki2021-07-061-0/+3
* | | machine: add smp compound propertyPaolo Bonzini2021-07-061-1/+0Star
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210702'...Peter Maydell2021-07-032-1/+31
|\ \
| * | hw/arm: Add basic power management to raspi.Nolan Leake2021-07-022-1/+31
* | | vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-302-3/+3
* | | vhost: Distinguish errors in vhost_backend_init()Kevin Wolf2021-06-301-1/+2
* | | vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-06-283-5/+2Star
|\ \
| * | machine: pass QAPI struct to mc->smp_parsePaolo Bonzini2021-06-251-1/+1
| * | machine: add error propagation to mc->smp_parsePaolo Bonzini2021-06-252-3/+1Star
| * | machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini2021-06-253-2/+1Star
* | | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-06-254-44/+61
|\ \ \ | |/ / |/| |
| * | hw/riscv: OpenTitan: Connect the mtime and mtimecmp timerAlistair Francis2021-06-241-1/+4
| * | hw/timer: Initial commit of Ibex TimerAlistair Francis2021-06-241-0/+52
| * | hw/char/ibex_uart: Make the register layout privateAlistair Francis2021-06-241-37/+0Star
| * | hw/char: QOMify sifive_uartLukas Jünger2021-06-241-6/+5Star
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell2021-06-241-0/+9
|\ \ \ | |/ / |/| |
| * | hw/acpi: Provide function acpi_ghes_present()Peter Maydell2021-06-211-0/+9
* | | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-243-6/+6
|\ \ \
| * | | Remove leading underscores from QEMU definesAhmed Abouzied2021-06-213-6/+6
* | | | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell2021-06-222-1/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | s390x/css: Add passthrough IRBEric Farman2021-06-211-0/+3