summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210115-pull-request' i...Peter Maydell2021-01-151-2/+1Star
|\
| * ui/gtk: expose gd_monitor_update_intervalNikola Pavlica2021-01-151-0/+1
| * ui/gtk: don't try to redefine SI prefixesVolker RĂ¼melin2021-01-151-2/+0Star
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210113' into...Peter Maydell2021-01-144-39/+64
|\ \
| * | tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson2021-01-131-4/+0Star
| * | tcg: Remove movi and dupi opcodesRichard Henderson2021-01-131-3/+0Star
| * | tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson2021-01-131-0/+8
| * | tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson2021-01-131-0/+1
| * | tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson2021-01-131-11/+2Star
| * | tcg: Use tcg_constant_i32 with icount expanderRichard Henderson2021-01-131-12/+13
| * | tcg: Introduce TYPE_CONST temporariesRichard Henderson2021-01-131-1/+23
| * | tcg: Expand TCGTemp.val to 64-bitsRichard Henderson2021-01-131-1/+1
| * | tcg: Add temp_readonlyRichard Henderson2021-01-131-0/+5
| * | tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson2021-01-131-8/+12
| |/
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20210113' int...Peter Maydell2021-01-132-4/+2Star
|\ \ | |/ |/|
| * macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland2021-01-131-2/+0Star
| * macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland2021-01-131-1/+1
| * macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland2021-01-131-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell2021-01-132-1/+101
|\ \
| * | io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub2021-01-131-1/+4
| * | Introduce yank featureLukas Straub2021-01-131-0/+97
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-131-21/+1Star
|\ \ | |/ |/|
| * whpx: move internal definitions to whpx-internal.hPaolo Bonzini2021-01-121-21/+1Star
* | hw/misc: Add a PWM module for NPCM7XXHao Wu2021-01-122-0/+107
* | hw/adc: Add an ADC module for NPCM7XXHao Wu2021-01-122-0/+71
* | hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu2021-01-122-6/+1Star
* | hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu2021-01-121-2/+138
|/
* util/qemu-timer: Make timer_free() imply timer_del()Peter Maydell2021-01-081-11/+13
* hw/arm/virt: Remove virt machine state 'smp_cpus'Andrew Jones2021-01-081-2/+1Star
* tcg: Constify tcg_code_gen_epilogueRichard Henderson2021-01-071-1/+1
* tcg: Introduce tcg_tbrel_diffRichard Henderson2021-01-071-0/+13
* disas: Push const down through host disassemblyRichard Henderson2021-01-071-2/+2
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-071-1/+2
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-073-4/+4
* tcg: Adjust tcg_register_jit for constRichard Henderson2021-01-071-1/+1
* tcg: Adjust TCGLabel for constRichard Henderson2021-01-071-1/+1
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-074-8/+24
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-0/+11
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* tcg: Move tcg prologue pointer out of TCGContextRichard Henderson2021-01-071-5/+4Star
* util: Enhance flush_icache_range with separate data pointerRichard Henderson2021-01-071-2/+13
* tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson2021-01-071-0/+5
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-063-0/+74
|\
| * util: Extract flush_icache_range to cacheflush.cRichard Henderson2021-01-021-0/+24
| * remove TCG includes from common codePaolo Bonzini2021-01-021-0/+39
| * cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+11
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210106' into...Peter Maydell2021-01-061-4/+0Star
|\ \
| * | include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedefPeter Maydell2021-01-061-2/+0Star
| * | hw/sparc: Make grlib-irqmp device handle its own inbound IRQ linesPeter Maydell2021-01-061-2/+0Star