summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones2019-11-011-0/+1
* bootdevice: FW_CFG interface for LCHS valuesSam Eiderman2019-10-311-0/+1
* scsi: Propagate unrealize() callback to scsi-hdSam Eiderman2019-10-311-0/+1
* bootdevice: Add interface to gather LCHSSam Eiderman2019-10-311-0/+3
* block: Support providing LCHS from userSam Eiderman2019-10-311-1/+5
* block: Refactor macros - fix tabbingSam Eiderman2019-10-311-8/+8
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-3018-37/+1004
|\
| * include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée2019-10-281-0/+2
| * plugin: add qemu_plugin_outs helperAlex Bennée2019-10-282-0/+7
| * plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-282-0/+11
| * plugin: expand the plugin_init function to include an info blockAlex Bennée2019-10-281-2/+24
| * translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2019-10-282-1/+72
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
| * plugin-gen: add plugin_insn_appendEmilio G. Cota2019-10-281-0/+14
| * *-user: plugin syscallsEmilio G. Cota2019-10-281-0/+40
| * plugins: implement helpers for resolving hwaddrAlex Bennée2019-10-282-0/+48
| * tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-283-27/+34
| * plugin-gen: add module for TCG-related codeEmilio G. Cota2019-10-284-0/+60
| * cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-281-0/+38
| * cputlb: document get_page_addr_codeEmilio G. Cota2019-10-281-3/+21
| * queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota2019-10-281-0/+10
| * plugin: add implementation of the apiAlex Bennée2019-10-281-3/+0Star
| * plugin: add core codeEmilio G. Cota2019-10-282-0/+261
| * plugin: add user-facing APIEmilio G. Cota2019-10-281-0/+351
| * cpu: introduce cpu_in_exclusive_context()Emilio G. Cota2019-10-281-0/+13
| * trace: add mmu_index to mem_infoAlex Bennée2019-10-282-12/+9Star
* | net/virtio: add failover supportJens Freimann2019-10-292-0/+13
* | migration: add new migration state wait-unplugJens Freimann2019-10-291-0/+2
* | migration: allow unplug during migration for failover devicesJens Freimann2019-10-291-0/+1
* | pci: mark devices partially unpluggedJens Freimann2019-10-291-0/+1
* | pci: add option for net failoverJens Freimann2019-10-291-0/+3
* | qdev/qbus: add hidden device supportJens Freimann2019-10-291-0/+29
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-293-0/+9
|\ \
| * | virtio-net: prevent offloads reset on migrationMikhail Sennikovsky2019-10-291-0/+2
| * | virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+6
| * | net: add tulip (dec21143) driverSven Schnelle2019-10-291-0/+1
* | | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell2019-10-296-0/+363
|\ \ \
| * | | hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier2019-10-281-0/+76
| * | | hw/m68k: add Nubus macfb video cardLaurent Vivier2019-10-281-0/+64
| * | | hw/m68k: add Nubus supportLaurent Vivier2019-10-282-0/+93
| * | | hw/m68k: implement ADB bus support for viaLaurent Vivier2019-10-281-0/+7
| * | | hw/m68k: add VIA supportLaurent Vivier2019-10-281-0/+108
| * | | esp: add pseudo-DMA as used by MacintoshLaurent Vivier2019-10-281-0/+15
* | | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-293-12/+31
|\ \ \ \
| * | | | exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-2/+6
| * | | | exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1
| * | | | exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson2019-10-281-0/+4
| * | | | exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-4/+10
| * | | | exec: Split out variable page size support to exec-vary.cRichard Henderson2019-10-281-0/+6
| * | | | cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang2019-10-281-4/+3Star