summaryrefslogtreecommitdiffstats
path: root/include
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/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
| * | | | 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-094-24/+316
|\ \ \ \ | |_|/ / |/| | |
| * | | softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand2021-07-081-2/+16
| * | | vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand2021-07-081-0/+1
| * | | 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
| * | | memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand2021-07-081-0/+20
| * | | memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand2021-07-081-22/+264
| |/ /
* | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-083-4/+34
|\ \ \ | |/ / |/| |
| * | block: Add backend_defaults propertyAkihiko Odaki2021-07-061-0/+3
| * | util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2021-07-052-4/+31
* | | qemu-option: remove now-dead codePaolo Bonzini2021-07-061-3/+0Star
* | | machine: add smp compound propertyPaolo Bonzini2021-07-061-1/+0Star