aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell1-1/+1
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell3-6/+11
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell4-2/+89
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell8-5/+641
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell1-0/+57
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+3
2021-07-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell8-7/+118
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson1-2/+1
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell4-24/+316
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson1-0/+10
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson1-3/+0
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei1-1/+0
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann1-1/+6
2021-07-09monitor: allow register hmp commandsGerd Hoffmann1-0/+3
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann1-0/+1
2021-07-09modules: generate modinfo.cGerd Hoffmann1-0/+17
2021-07-09modules: add modinfo macrosGerd Hoffmann1-0/+61
2021-07-09osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini1-1/+1
2021-07-09stm32f100: Add the stm32f100 SoCAlexandre Iooss1-0/+57
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf1-0/+2
2021-07-09block: Add bdrv_reopen_queue_free()Alberto Garcia1-0/+1
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao1-2/+6
2021-07-09linux-headers: UpdateBharata B Rao6-3/+33
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy1-2/+1
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin1-0/+3
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy2-1/+76
2021-07-09spapr: tune rtas-sizeAlexey Kardashevskiy1-1/+1
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell3-4/+34
2021-07-08softmmu/physmem: Extend ram_block_discard_(require|disable) by two discard typesDavid Hildenbrand1-2/+16
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand1-0/+1
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand1-0/+1
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand1-0/+11
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand1-0/+3
2021-07-08memory: Helpers to copy/free a MemoryRegionSectionDavid Hildenbrand1-0/+20
2021-07-08memory: Introduce RamDiscardManager for RAM memory regionsDavid Hildenbrand1-22/+264
2021-07-08hw/i2c: add support for PMBusTitus Rwantare1-0/+517
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé1-0/+24
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan1-1/+11
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé1-1/+7
2021-07-08hw/i2c: Remove confusing i2c_send_recv()Philippe Mathieu-Daudé1-1/+0
2021-07-08hw/input/lm832x: Define TYPE_LM8323 in public headerPhilippe Mathieu-Daudé1-0/+2
2021-07-08hw/input/lm832x: Move lm832x_key_event() declaration to "lm832x.h"Philippe Mathieu-Daudé2-3/+26
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-1/+1
2021-07-06block: Add backend_defaults propertyAkihiko Odaki1-0/+3
2021-07-06qemu-option: remove now-dead codePaolo Bonzini1-3/+0
2021-07-06machine: add smp compound propertyPaolo Bonzini1-1/+0
2021-07-06keyval: introduce keyval_parse_intoPaolo Bonzini1-0/+2
2021-07-06keyval: introduce keyval_mergePaolo Bonzini1-0/+1
2021-07-06qom: export more functions for use with non-UserCreatable objectsPaolo Bonzini1-0/+23
2021-07-05util/async: add a human-readable name to BHs for debuggingStefan Hajnoczi2-4/+31