aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-11-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+2
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick2-2/+2
2019-11-18nbd: Don't send oversize stringsEric Blake1-4/+4
2019-11-18bitmap: Enforce maximum bitmap name lengthEric Blake1-0/+2
2019-11-18nbd/server: Prefer heap over stack for parsing client namesEric Blake1-5/+5
2019-11-18Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell4-0/+5
2019-11-18ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChipGreg Kurz4-0/+5
2019-11-12tcg plugins: expose an API version conceptAlex Bennée1-0/+19
2019-11-11hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routineClement Deschamps1-2/+5
2019-11-11Remove unassigned_access CPU hookPeter Maydell1-24/+0
2019-11-11ptimer: Remove old ptimer_init_with_bh() APIPeter Maydell1-24/+21
2019-11-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell1-1/+1
2019-11-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2019-11-06Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20191105' ...Peter Maydell6-48/+112
2019-11-06global: Squash 'the the'Dr. David Alan Gilbert1-1/+1
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi1-0/+1
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
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota4-0/+60
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota1-0/+38
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota1-3/+21
2019-10-28queue: add QTAILQ_REMOVE_SEVERALEmilio G. Cota1-0/+10
2019-10-28plugin: add implementation of the apiAlex Bennée1-3/+0
2019-10-28plugin: add core codeEmilio G. Cota2-0/+261
2019-10-28plugin: add user-facing APIEmilio G. Cota1-0/+351
2019-10-28cpu: introduce cpu_in_exclusive_context()Emilio G. Cota1-0/+13
2019-10-28trace: add mmu_index to mem_infoAlex Bennée2-12/+9
2019-10-28riscv/virt: Add the PFlash CFI01 deviceAlistair Francis1-0/+3
2019-10-28riscv/virt: Manually define the machineAlistair Francis1-1/+6
2019-10-28riscv/sifive_u: Add the start-in-flash propertyAlistair Francis1-0/+2
2019-10-28riscv/sifive_u: Manually define the machineAlistair Francis1-1/+6
2019-10-28riscv/sifive_u: Add QSPI memory regionAlistair Francis1-0/+1
2019-10-28riscv/sifive_u: Add L2-LIM cache memoryAlistair Francis1-0/+1
2019-10-28riscv: hw: Drop "clock-frequency" property of cpu nodesBin Meng3-9/+0
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell8-15/+125
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-5/+10
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz3-6/+21
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz2-7/+7
2019-10-28block/nvme: add support for write zerosMaxim Levitsky1-1/+18
2019-10-28block/block-copy: increase buffered copy requestVladimir Sementsov-Ogievskiy1-1/+1
2019-10-28block/block-copy: add memory limitVladimir Sementsov-Ogievskiy1-0/+3
2019-10-28util: introduce SharedResourceVladimir Sementsov-Ogievskiy1-0/+71
2019-10-28block/block-backend: add blk_co_pwritev_partVladimir Sementsov-Ogievskiy1-0/+4
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson1-2/+6
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson1-1/+1
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson1-0/+4
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson1-4/+10
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson1-0/+6
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang1-4/+3
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini1-1/+0
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2-3/+3
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini7-27/+323
2019-10-25Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+15
2019-10-25coroutine: Add qemu_co_mutex_assert_locked()Kevin Wolf1-0/+15
2019-10-25Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell11-51/+100
2019-10-25hw/arm/bcm2836: Rename cpus[] as cpu[].corePhilippe Mathieu-Daudé1-1/+3
2019-10-25hw/arm/bcm2835_peripherals: Use the SYS_timerPhilippe Mathieu-Daudé1-1/+2
2019-10-25hw/timer/bcm2835: Add the BCM2835 SYS_timerPhilippe Mathieu-Daudé1-0/+33
2019-10-25hw/arm/bcm2835_peripherals: Use the thermal sensor blockPhilippe Mathieu-Daudé2-0/+3
2019-10-25hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé1-0/+27
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi1-1/+0
2019-10-25virtio: add property to enable packed virtqueueJason Wang1-1/+3
2019-10-25virtio: basic packed virtqueue supportJason Wang1-3/+7
2019-10-24hw/rtc/aspeed_rtc: Remove unused includesPhilippe Mathieu-Daudé1-3/+0
2019-10-24hw/rtc/mc146818: Include mc146818rtc_regs.h a bit lessPhilippe Mathieu-Daudé1-1/+0
2019-10-24hw: Move Aspeed RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-4/+4
2019-10-24hw: Move Xilinx ZynqMP RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-4/+4
2019-10-24hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-1/+19
2019-10-24hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-32/+57
2019-10-24hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2-5/+14
2019-10-24hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé1-2/+3
2019-10-24aspeed: Add an AST2600 eval boardCédric Le Goater1-0/+1
2019-10-24mc146818rtc: Include mc146818rtc_regs.h directly in mc146818rtc.cPhilippe Mathieu-Daudé1-1/+0
2019-10-24mc146818rtc: Move RTC_ISA_IRQ definitionPhilippe Mathieu-Daudé2-2/+2
2019-10-24mc146818rtc: move structure to header fileHervé Poussineau1-0/+33
2019-10-24hw/i386/pc: Extract pc_i8259_create()Philippe Mathieu-Daudé1-0/+1
2019-10-24hw/i386/pc: Extract pc_gsi_create()Philippe Mathieu-Daudé1-0/+2
2019-10-24spapr/xive: Set the OS CAM line at resetCédric Le Goater1-1/+0
2019-10-24ppc: Reset the interrupt presenter from the CPU reset handlerCédric Le Goater4-0/+5
2019-10-24ppc/pnv: Add a PnvChip pointer to PnvCoreCédric Le Goater1-0/+3
2019-10-24spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClassDavid Gibson2-1/+1
2019-10-24spapr: Remove SpaprIrq::nr_msisDavid Gibson2-5/+3
2019-10-24spapr, xics, xive: Move SpaprIrq::post_load hook to backendsDavid Gibson2-3/+1
2019-10-24spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivateDavid Gibson1-1/+3
2019-10-24spapr: Remove SpaprIrq::init_kvm hookDavid Gibson1-1/+0
2019-10-24spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routinesDavid Gibson2-4/+4
2019-10-24spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptControllerDavid Gibson3-6/+4
2019-10-24spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptControllerDavid Gibson1-2/+2
2019-10-24spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptControllerDavid Gibson1-1/+3
2019-10-24spapr: Formalize notion of active interrupt controllerDavid Gibson2-2/+8
2019-10-24spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon...David Gibson2-4/+3
2019-10-24spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro...David Gibson1-2/+11
2019-10-24spapr, xics, xive: Introduce SpaprInterruptController QOM interfaceDavid Gibson1-0/+14
2019-10-24spapr: Set VSMT to smp_threads by defaultGreg Kurz1-0/+1
2019-10-24ppc/pnv: Improve trigger data definitionCédric Le Goater1-3/+23
2019-10-23Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-10-22' into st...Peter Maydell1-2/+21
2019-10-22hw/arm/omap1: Create the RAM in the boardPhilippe Mathieu-Daudé1-4/+2
2019-10-22hw/arm/omap2: Create the RAM in the boardPhilippe Mathieu-Daudé1-3/+1
2019-10-22hw/sd/sdhci: Add dummy Samsung SDHCI controllerPhilippe Mathieu-Daudé1-0/+2
2019-10-22qemu-coroutine-sleep: introduce qemu_co_sleep_wakeVladimir Sementsov-Ogievskiy1-2/+21
2019-10-22hw/i386: Introduce the microvm machine typeSergio Lopez1-0/+71
2019-10-22fw_cfg: add "modify" functions for all typesSergio Lopez1-0/+42
2019-10-22hw/i386: make x86.c independent from PCMachineStateSergio Lopez1-4/+9
2019-10-22hw/i386: split PCMachineState deriving X86MachineState from itPaolo Bonzini2-25/+60
2019-10-22hw/i386/pc: move shared x86 functions to x86.c and export themSergio Lopez2-1/+35
2019-10-22hw/i386/pc: rename functions shared with non-PC machinesSergio Lopez1-1/+1
2019-10-22hw/virtio: Factorize virtio-mmio headersSergio Lopez1-0/+73
2019-10-18Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell4-34/+27
2019-10-17qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commitVladimir Sementsov-Ogievskiy1-6/+0
2019-10-17block/qcow2-bitmap: get rid of bdrv_has_changed_persistent_bitmapsVladimir Sementsov-Ogievskiy1-1/+0
2019-10-17block: switch reopen queue from QSIMPLEQ to QTAILQVladimir Sementsov-Ogievskiy1-1/+1
2019-10-17block/dirty-bitmap: refactor bdrv_dirty_bitmap_nextVladimir Sementsov-Ogievskiy1-2/+7
2019-10-17block/dirty-bitmap: add bs linkVladimir Sementsov-Ogievskiy1-9/+5
2019-10-17block/dirty-bitmap: drop metaVladimir Sementsov-Ogievskiy1-5/+0
2019-10-17block/qcow2: proper locking on bitmap add/remove pathsVladimir Sementsov-Ogievskiy1-5/+5
2019-10-17block/dirty-bitmap: return int from bdrv_remove_persistent_dirty_bitmapVladimir Sementsov-Ogievskiy2-6/+5
2019-10-17util/hbitmap: strict hbitmap_resetVladimir Sementsov-Ogievskiy1-0/+5
2019-10-17Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-0/+1
2019-10-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-2/+164
2019-10-15numa: Introduce MachineClass::auto_enable_numa for implicit NUMA nodeTao Xu1-0/+1
2019-10-15hw/arm/bcm2835: Add various unimplemented peripheralsPhilippe Mathieu-Daudé2-0/+23
2019-10-15hw/arm/bcm2835: Rename some definitionsPhilippe Mathieu-Daudé1-9/+7
2019-10-15aspeed/soc: Add ASPEED Video stubJoel Stanley1-0/+1
2019-10-15aspeed: add support for the Aspeed MII controller of the AST2600Cédric Le Goater2-0/+22
2019-10-15aspeed: Parameterise number of MACsJoel Stanley1-1/+4
2019-10-15aspeed/soc: Add AST2600 supportCédric Le Goater1-0/+4
2019-10-15aspeed: Introduce an object class per SoCCédric Le Goater1-6/+3
2019-10-15aspeed/i2c: Add AST2600 supportCédric Le Goater1-1/+4
2019-10-15aspeed/i2c: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-10-15aspeed/smc: Introduce segment operationsCédric Le Goater1-0/+4
2019-10-15hw: wdt_aspeed: Add AST2600 supportJoel Stanley2-1/+2
2019-10-15watchdog/aspeed: Introduce an object class per SoCCédric Le Goater1-2/+16
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley1-0/+1
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater1-4/+15
2019-10-15aspeed/timer: Add support for IRQ status register on the AST2600Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add AST2600 supportCédric Le Goater1-0/+1
2019-10-15aspeed/timer: Add support for control register 3Cédric Le Goater1-0/+1
2019-10-15aspeed/timer: Introduce an object class per SoCCédric Le Goater1-0/+15
2019-10-15hw: aspeed_scu: Add AST2600 supportJoel Stanley1-1/+6
2019-10-15hw/sd/aspeed_sdhci: New deviceEddie James2-0/+37
2019-10-15hw/timer/mss-timerc: Switch to transaction-based ptimer APIPeter Maydell1-1/+0
2019-10-15ptimer: Provide new transaction-based APIPeter Maydell1-0/+72
2019-10-15ptimer: Rename ptimer_init() to ptimer_init_with_bh()Peter Maydell1-5/+6
2019-10-15linux headers: update against v5.4-rc1Eric Auger8-4/+234
2019-10-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-0/+16
2019-10-14vl: Split off user_creatable_print_help()Kevin Wolf1-0/+12
2019-10-14replay: add BH oneshot event for block layerPavel Dovgalyuk1-0/+4
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell4-73/+131
2019-10-14Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-10' in...Peter Maydell5-0/+152
2019-10-11migration: Support gtree migrationEric Auger1-0/+40
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert1-73/+65
2019-10-11rcu: Add automatically released rcu_read_lock variantsDr. David Alan Gilbert1-0/+25