aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09target/m68k: Use translator_use_goto_tbRichard Henderson
2021-07-09target/i386: Use translator_use_goto_tbRichard Henderson
2021-07-09target/hppa: Use translator_use_goto_tbRichard Henderson
2021-07-09target/cris: Use translator_use_goto_tbRichard Henderson
2021-07-09target/avr: Mark some helpers noreturnRichard Henderson
2021-07-09target/avr: Use translator_use_goto_tbRichard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch32Richard Henderson
2021-07-09target/arm: Use translator_use_goto_tb for aarch64Richard Henderson
2021-07-09target/arm: Use DISAS_TOO_MANY for ISB and SBRichard Henderson
2021-07-09target/alpha: Use translator_use_goto_tbRichard Henderson
2021-07-09target/alpha: Remove in_superpageRichard Henderson
2021-07-09target/alpha: Remove use_exit_tbRichard Henderson
2021-07-09accel/tcg: Introduce translator_use_goto_tbRichard Henderson
2021-07-09tcg: Move tb_phys_invalidate_count to tb_ctxRichard Henderson
2021-07-09tcg: Bake tb_destroy() into tcg_region_treeLiren Wei
2021-07-09accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()Liren Wei
2021-07-09tcg: Avoid including 'trace-tcg.h' in target translate.cPhilippe Mathieu-Daudé
2021-07-09tcg: Add separator in INDEX_op_call dumpRichard Henderson
2021-07-09meson: Use input/output for entitlements targetAkihiko Odaki
2021-07-09configure: allow the selection of alternate config in the buildAlex Bennée
2021-07-09configs: rename default-configs to configs and reorganiseAlex Bennée
2021-07-09hw/arm: move CONFIG_V7M out of default-devicesAlex Bennée
2021-07-09hw/arm: add dependency on OR_IRQ for XLNX_VERSALAlex Bennée
2021-07-09meson: Introduce target-specific KconfigPhilippe Mathieu-Daudé
2021-07-09meson: switch function tests from compilation to linkingPaolo Bonzini
2021-07-09vl: fix leak of qdict_crumple return valuePaolo Bonzini
2021-07-09target/i386: fix exceptions for MOV to DRPaolo Bonzini
2021-07-09target/i386: Added DR6 and DR7 consistency checksLara Lazier
2021-07-09target/i386: Added MSRPM and IOPM size checkLara Lazier
2021-07-09monitor/tcg: move tcg hmp commands to accel/tcg, register them dynamicallyGerd Hoffmann
2021-07-09usb: build usb-host as moduleGerd Hoffmann
2021-07-09monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann
2021-07-09monitor: allow register hmp commandsGerd Hoffmann
2021-07-09accel: build tcg modularGerd Hoffmann
2021-07-09accel: add tcg module annotationsGerd Hoffmann
2021-07-09accel: build qtest modularGerd Hoffmann
2021-07-09accel: add qtest module annotationsGerd Hoffmann
2021-07-09accel: autoload modulesGerd Hoffmann
2021-07-09modules: hook up modules.h to docs buildGerd Hoffmann
2021-07-09modules: add module_obj() note to QOM docsGerd Hoffmann
2021-07-09modules: add documentation for module sourcesetsGerd Hoffmann
2021-07-09modules: target-specific module build infrastructureGerd Hoffmann
2021-07-09modules: check arch on qom lookupGerd Hoffmann
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: add tracepointsGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: use modinfo for qom loadGerd Hoffmann
2021-07-09modules: use modinfo for dependenciesGerd Hoffmann
2021-07-09modules: add block module annotationsGerd Hoffmann