aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-06Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191105' ...Peter Maydell6-48/+112
2019-11-05hw/pci-host/i440fx: Remove the last PIIX3 tracesPhilippe Mathieu-Daudé1-2/+1
2019-11-05hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.cPhilippe Mathieu-Daudé1-0/+36
2019-11-05hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.hPhilippe Mathieu-Daudé2-22/+37
2019-11-05hw/pci-host/piix: Define and use the PIIX IRQ Route Control RegistersPhilippe Mathieu-Daudé1-0/+6
2019-11-05hw/pci-host/piix: Move RCR_IOPORT register definitionPhilippe Mathieu-Daudé2-6/+6
2019-11-05hw/isa/piix4: Move piix4_create() to hw/isa/piix4.cPhilippe Mathieu-Daudé2-2/+6
2019-11-05piix4: Add a MC146818 RTC Controller as specified in datasheetPhilippe Mathieu-Daudé3-12/+20
2019-11-05piix4: Rename PIIX4 object to piix4-isaHervé Poussineau1-0/+2
2019-11-05Revert "irq: introduce qemu_irq_proxy()"Philippe Mathieu-Daudé1-5/+0
2019-11-05piix4: Add an i8259 Interrupt Controller as specified in datasheetHervé Poussineau1-1/+0
2019-11-04block: Add bdrv_co_get_self_request()Max Reitz1-0/+1
2019-11-04block: Make wait/mark serialising requests publicMax Reitz1-0/+3
2019-11-04nvme: fix NSSRS offset in CAP registerKlaus Jensen1-1/+1
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones1-0/+1
2019-10-31bootdevice: FW_CFG interface for LCHS valuesSam Eiderman1-0/+1
2019-10-31scsi: Propagate unrealize() callback to scsi-hdSam Eiderman1-0/+1
2019-10-31bootdevice: Add interface to gather LCHSSam Eiderman1-0/+3
2019-10-31block: Support providing LCHS from userSam Eiderman1-1/+5
2019-10-31block: Refactor macros - fix tabbingSam Eiderman1-8/+8
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell18-37/+1004
2019-10-29net/virtio: add failover supportJens Freimann2-0/+13
2019-10-29migration: add new migration state wait-unplugJens Freimann1-0/+2
2019-10-29migration: allow unplug during migration for failover devicesJens Freimann1-0/+1
2019-10-29pci: mark devices partially unpluggedJens Freimann1-0/+1
2019-10-29pci: add option for net failoverJens Freimann1-0/+3
2019-10-29qdev/qbus: add hidden device supportJens Freimann1-0/+29
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell3-0/+9
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell6-0/+363
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell3-12/+31
2019-10-29virtio-net: prevent offloads reset on migrationMikhail Sennikovsky1-0/+2
2019-10-29virtio: new post_load hookMichael S. Tsirkin1-0/+6
2019-10-29net: add tulip (dec21143) driverSven Schnelle1-0/+1
2019-10-28Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf2' i...Peter Maydell3-11/+19
2019-10-28hw/m68k: add a dummy SWIM floppy controllerLaurent Vivier1-0/+76
2019-10-28hw/m68k: add Nubus macfb video cardLaurent Vivier1-0/+64
2019-10-28hw/m68k: add Nubus supportLaurent Vivier2-0/+93
2019-10-28hw/m68k: implement ADB bus support for viaLaurent Vivier1-0/+7
2019-10-28hw/m68k: add VIA supportLaurent Vivier1-0/+108
2019-10-28esp: add pseudo-DMA as used by MacintoshLaurent Vivier1-0/+15
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée1-0/+2
2019-10-28plugin: add qemu_plugin_outs helperAlex Bennée2-0/+7
2019-10-28plugin: add qemu_plugin_insn_disas helperAlex Bennée2-0/+11
2019-10-28plugin: expand the plugin_init function to include an info blockAlex Bennée1-2/+24
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2-1/+72
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota1-0/+14
2019-10-28*-user: plugin syscallsEmilio G. Cota1-0/+40
2019-10-28plugins: implement helpers for resolving hwaddrAlex Bennée2-0/+48
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota3-27/+34