summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13tcg/i386: Use tcg_constant_vec with tcg vec expandersRichard Henderson
2021-01-13tcg: Add tcg_reg_alloc_dup2Richard Henderson
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg pluginsRichard Henderson
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson
2021-01-13tcg: Use tcg_constant_i32 with icount expanderRichard Henderson
2021-01-13tcg: Convert tcg_gen_dupi_vec to TCG_CONSTRichard Henderson
2021-01-13tcg/optimize: Use tcg_constant_internal with constant foldingRichard Henderson
2021-01-13tcg/optimize: Adjust TempOptInfo allocationRichard Henderson
2021-01-13tcg/optimize: Improve find_better_copyRichard Henderson
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson
2021-01-13tcg: Expand TempOptInfo to 64-bitsRichard Henderson
2021-01-13tcg: Rename struct tcg_temp_info to TempOptInfoRichard Henderson
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson
2021-01-13tcg: Add temp_readonlyRichard Henderson
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson
2021-01-13tcg: Increase tcg_out_dupi_vec immediate to int64_tRichard Henderson
2021-01-13tcg: Use tcg_out_dupi_vec from temp_loadRichard Henderson
2021-01-13Merge remote-tracking branch 'remotes/armbru/tags/pull-yank-2021-01-13' into ...Peter Maydell
2021-01-13macio: don't set user_creatable to falseMark Cave-Ayland
2021-01-13macio: wire macio GPIOs to OpenPIC using sysbus IRQsMark Cave-Ayland
2021-01-13macio: move OpenPIC inside macio-newworld deviceMark Cave-Ayland
2021-01-13mac_newworld: delay wiring of PCI IRQs in New World machineMark Cave-Ayland
2021-01-13macio: move heathrow PIC inside macio-oldworld deviceMark Cave-Ayland
2021-01-13mac_oldworld: move initialisation of grackle before heathrowMark Cave-Ayland
2021-01-13mac_oldworld: remove duplicate bus check for PPC_INPUT(env)Mark Cave-Ayland
2021-01-13tests/test-char.c: Wait for the chardev to connect in char_socket_client_dupi...Lukas Straub
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub
2021-01-13io/channel-tls.c: make qio_channel_tls_shutdown thread-safeLukas Straub
2021-01-13migration: Add yank featureLukas Straub
2021-01-13chardev/char-socket.c: Add yank featureLukas Straub
2021-01-13block/nbd.c: Add yank featureLukas Straub
2021-01-13Introduce yank featureLukas Straub
2021-01-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-01-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210112-...Peter Maydell
2021-01-12ui/cocoa: Fix openFile: deprecation on Big SurRoman Bolshakov
2021-01-12hw/*: Use type casting for SysBusDevice in NPCM7XXHao Wu
2021-01-12hw/misc: Add QTest for NPCM7XX PWM ModuleHao Wu
2021-01-12hw/misc: Add a PWM module for NPCM7XXHao Wu
2021-01-12hw/adc: Add an ADC module for NPCM7XXHao Wu
2021-01-12hw/timer: Refactor NPCM7XX Timer to use CLK clockHao Wu
2021-01-12hw/misc: Add clock converter in NPCM7XX CLK moduleHao Wu
2021-01-12hw/net/lan9118: Add symbolic constants for register offsetsPeter Maydell
2021-01-12hw/net/lan9118: Fix RX Status FIFO PEEK valuePeter Maydell
2021-01-12target/arm: Don't decode insns in the XScale/iWMMXt space as cp insnsPeter Maydell
2021-01-12target/i386: Use X86Seg enum for segment registersPhilippe Mathieu-Daudé
2021-01-12configure: quote command line arguments in config.statusPaolo Bonzini
2021-01-12configure: move Cocoa incompatibility checks to MesonPaolo Bonzini