aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-02hw/arm: Add basic power management to raspi.Nolan Leake2-1/+31
2021-07-02Merge remote-tracking branch 'remotes/berrange-gitlab/tags/tls-deps-pull-requ...Peter Maydell5-56/+14
2021-07-01Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210629' into...Peter Maydell4-9/+64
2021-06-30Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell1-0/+18
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé5-56/+0
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé1-0/+14
2021-06-29tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64Richard Henderson1-4/+4
2021-06-29tcg: Add flags argument to bswap opcodesRichard Henderson2-5/+17
2021-06-29tcg: Implement tcg_gen_vec_add{sub}32_tlLIU Zhiwei1-0/+4
2021-06-29tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32LIU Zhiwei1-0/+10
2021-06-29tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32LIU Zhiwei1-0/+10
2021-06-29tcg: Add tcg_gen_vec_add{sub}8_i32LIU Zhiwei1-0/+6
2021-06-29tcg: Add tcg_gen_vec_add{sub}16_i32LIU Zhiwei1-0/+13
2021-06-29hw/nvme: fix endianess conversion and add controller listGollu Appalanaidu1-0/+1
2021-06-29hw/nvme: use prinfo directly in nvme_check_prinfo and nvme_dif_checkKlaus Jensen1-0/+8
2021-06-29hw/nvme: add identify namespace flbas/mc enumsGollu Appalanaidu1-0/+9
2021-06-28Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell6-11/+32
2021-06-28Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-06-25' i...Peter Maydell4-20/+32
2021-06-25Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell4-44/+61
2021-06-25machine: pass QAPI struct to mc->smp_parsePaolo Bonzini1-1/+1
2021-06-25machine: add error propagation to mc->smp_parsePaolo Bonzini2-3/+1
2021-06-25machine: move dies from X86MachineState to CpuTopologyPaolo Bonzini3-2/+1
2021-06-25block-copy: atomic .cancelled and .finished fields in BlockCopyCallStateEmanuele Giuseppe Esposito1-0/+2
2021-06-25co-shared-resource: protect with a mutexEmanuele Giuseppe Esposito1-3/+1
2021-06-25progressmeter: protect with a mutexEmanuele Giuseppe Esposito1-15/+19
2021-06-25ratelimit: treat zero speed as unlimitedPaolo Bonzini1-2/+10
2021-06-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-updates-25062...Peter Maydell1-0/+9
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée1-0/+9
2021-06-25block: add max_hw_transfer to BlockLimitsPaolo Bonzini2-0/+8
2021-06-25osdep: provide ROUND_DOWN macroPaolo Bonzini1-6/+22
2021-06-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210624-pull-request' i...Peter Maydell1-1/+1
2021-06-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624'...Peter Maydell3-1/+17
2021-06-24hw/riscv: OpenTitan: Connect the mtime and mtimecmp timerAlistair Francis1-1/+4
2021-06-24hw/timer: Initial commit of Ibex TimerAlistair Francis1-0/+52
2021-06-24hw/char/ibex_uart: Make the register layout privateAlistair Francis1-37/+0
2021-06-24hw/char: QOMify sifive_uartLukas Jünger1-6/+5
2021-06-24Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell7-14/+14
2021-06-23ui/cocoa: Add clipboard supportAkihiko Odaki1-1/+1
2021-06-22Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210621' into...Peter Maydell3-1/+23
2021-06-22Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210619-2' in...Peter Maydell6-117/+131
2021-06-21tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64Peter Maydell2-1/+8
2021-06-21hw/acpi: Provide function acpi_ghes_present()Peter Maydell1-0/+9
2021-06-21Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell10-71/+497
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+3
2021-06-21s390x/css: Refactor IRB constructionEric Farman1-0/+2
2021-06-21s390x/css: Introduce an ESW structEric Farman1-1/+11
2021-06-21linux-user: elf: s390x: Prepare for Vector enhancements facilityDavid Hildenbrand1-0/+7
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied7-14/+14
2021-06-19tcg: expose TCGCond manipulation routinesAlessandro Di Federico2-69/+102
2021-06-19tcg/tci: Change encoding to uint32_t unitsRichard Henderson1-2/+2