aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210113' into...Peter Maydell4-39/+64
2021-01-13Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...Peter Maydell2-4/+2
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson1-4/+0
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-3/+0
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson1-0/+8
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson1-0/+1
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson1-11/+2
2021-01-13tcg: Use tcg_constant_i32 with icount expanderRichard Henderson1-12/+13
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson1-1/+23
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson1-1/+1
2021-01-13tcg: Add temp_readonlyRichard Henderson1-0/+5
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson1-8/+12
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell2-1/+101
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland1-2/+0
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland1-1/+1
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland1-1/+1
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub1-1/+4
2021-01-13Introduce yank featureLukas Straub1-0/+97
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-21/+1
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu2-0/+107
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu2-0/+71
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2-6/+1
2021-01-12hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu1-2/+138
2021-01-12whpx: move internal definitions to whpx-internal.hPaolo Bonzini1-21/+1
2021-01-08util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell1-11/+13
2021-01-08hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones1-2/+1
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-1/+1
2021-01-07tcg: Introduce tcg_tbrel_diffRichard Henderson1-0/+13
2021-01-07disas: Push const down through host disassemblyRichard Henderson1-2/+2
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-1/+2
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson3-4/+4
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson4-8/+24
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson1-0/+11
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+1
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson1-5/+4
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-2/+13
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-0/+5
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-0/+74
2021-01-06Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210106' into...Peter Maydell1-4/+0
2021-01-06include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedefPeter Maydell1-2/+0
2021-01-06hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell1-2/+0
2021-01-06Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210106' in...Peter Maydell5-8/+85
2021-01-06spapr: Introduce spapr_drc_reset_all()Greg Kurz1-0/+6
2021-01-06spapr: Fix reset of transient DR connectorsGreg Kurz1-1/+2
2021-01-06spapr: Call spapr_drc_reset() for all DRCs at CASGreg Kurz1-3/+0
2021-01-06spapr: Fix buffer overflow in spapr_numa_associativity_init()Greg Kurz2-3/+4
2021-01-06spapr: Allow memory unplug to always succeedGreg Kurz1-0/+1