summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-11-192-2/+2
|\
| * hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2019-11-192-2/+2
* | nbd: Don't send oversize stringsEric Blake2019-11-181-4/+4
* | bitmap: Enforce maximum bitmap name lengthEric Blake2019-11-181-0/+2
* | nbd/server: Prefer heap over stack for parsing client namesEric Blake2019-11-181-5/+5
* | Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell2019-11-184-0/+5
|\ \ | |/ |/|
| * ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz2019-11-184-0/+5
* | tcg plugins: expose an API version conceptAlex Bennée2019-11-121-0/+19
* | hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps2019-11-111-2/+5
* | Remove unassigned_access CPU hookPeter Maydell2019-11-111-24/+0Star
* | ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell2019-11-111-24/+21Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-11-071-1/+1
|\ \
| * | global: Squash 'the the'Dr. David Alan Gilbert2019-11-061-1/+1
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-11-071-0/+1
|\ \
| * | virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-061-0/+1
| |/
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191105' ...Peter Maydell2019-11-066-48/+112
|\ \
| * | hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé2019-11-051-2/+1Star
| * | hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé2019-11-051-0/+36
| * | hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2019-11-052-22/+37
| * | hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé2019-11-051-0/+6
| * | hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2019-11-052-6/+6
| * | hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2019-11-052-2/+6
| * | piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé2019-11-053-12/+20
| * | piix4: Rename PIIX4 object to piix4-isaHervé Poussineau2019-11-051-0/+2
| * | Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé2019-11-051-5/+0Star
| * | piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau2019-11-051-1/+0Star
| |/
* | block: Add bdrv_co_get_self_request()Max Reitz2019-11-041-0/+1
* | block: Make wait/mark serialising requests publicMax Reitz2019-11-041-0/+3
* | nvme: fix NSSRS offset in CAP registerKlaus Jensen2019-11-041-1/+1
|/
* 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