aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson1-9/+10
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson1-18/+17
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson1-7/+8
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson2-5/+5
2020-01-21cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson1-12/+7
2020-01-21vl: Only choose enabled accelerators in configure_acceleratorsRichard Henderson1-8/+13
2020-01-21vl: Remove useless test in configure_acceleratorsRichard Henderson1-1/+1
2020-01-21vl: Reduce scope of variables in configure_acceleratorsRichard Henderson1-1/+2
2020-01-21vl: Remove unused variable in configure_acceleratorsRichard Henderson1-2/+1
2020-01-21util/cacheinfo: fix crash when compiling with uClibcCarlos Santos1-2/+8
2020-01-21cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson1-35/+132
2020-01-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20200121' ...Peter Maydell5-0/+84
2020-01-21gitlab-ci.yml: Add jobs to build EDK2 firmware binariesPhilippe Mathieu-Daudé4-0/+81
2020-01-21roms/edk2-funcs: Force softfloat ARM toolchain prefix on DebianPhilippe Mathieu-Daudé1-0/+3
2020-01-21Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.0-pull-request' ...Peter Maydell1-15/+27
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier1-15/+27
2020-01-21Makefile: add missing mkdir MANUAL_BUILDDIRStefan Hajnoczi1-0/+1
2020-01-20Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-01-20' into sta...Peter Maydell6-39/+49
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza1-6/+3
2020-01-20virtfs-proxy-helper.c: remove 'err_out' label in setugid()Daniel Henrique Barboza1-3/+1
2020-01-209p: init_in_iov_from_pdu can truncate the sizeGreg Kurz4-21/+38
2020-01-209p: local: always return -1 on error in local_unlinkat_commonDaniel Henrique Barboza1-8/+6
2020-01-209pfs: local: Fix possible memory leak in local_link()Jiajun Chen1-1/+1
2020-01-20qapi: Fix code generation with Python 3.5Markus Armbruster1-1/+1
2020-01-20Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-pull-r...Peter Maydell27-132/+659
2020-01-20multifd: Be consistent about using uint64_tJuan Quintela1-5/+8
2020-01-20migration: Support QLIST migrationEric Auger5-0/+305
2020-01-20apic: Use 32bit APIC ID for migration instance IDPeter Xu1-1/+4
2020-01-20migration: Change SaveStateEntry.instance_id into uint32_tPeter Xu5-12/+14
2020-01-20migration: Define VMSTATE_INSTANCE_ID_ANYPeter Xu15-17/+25
2020-01-20Bug #1829242 correction.Alexey Romko1-11/+18
2020-01-20migration/multifd: fix destroyed mutex access in terminating multifd threadsJiahui Cen1-0/+8
2020-01-20migration/multifd: fix nullptr access in terminating multifd threadsJiahui Cen1-1/+3
2020-01-20migration/multifd: not use multifd during postcopyWei Yang1-3/+6
2020-01-20migration/multifd: clean pages after filling packetWei Yang1-2/+4
2020-01-20migration/postcopy: enable compress during postcopyWei Yang2-12/+27
2020-01-20migration/postcopy: enable random order target page arrivalWei Yang1-8/+10
2020-01-20migration/postcopy: set all_zero to true on the first target pageWei Yang1-1/+1
2020-01-20migration/postcopy: count target page number to decide the place_neededWei Yang1-2/+6
2020-01-20migration/postcopy: wait for decompress thread in precopyWei Yang1-2/+1
2020-01-20migration/postcopy: reduce memset when it is zero page and matches_target_pag...Wei Yang1-1/+7
2020-01-20migration/ram: Yield periodically to the main loopYury Kotov1-1/+12
2020-01-20migration: savevm_state_handler_insert: constant-time element insertionScott Cheloha1-3/+23
2020-01-20migration: add savevm_state_handler_remove()Scott Cheloha1-2/+7
2020-01-20misc: use QEMU_IS_ALIGNEDMarc-André Lureau1-2/+2
2020-01-20migration: Fix the re-run check of the migrate-incoming commandYury Kotov1-0/+1
2020-01-20migration: Fix incorrect integer->float conversion caught by clangFangrui Song1-2/+1
2020-01-20migration: Rate limit inside host pagesDr. David Alan Gilbert4-27/+37
2020-01-20ram.c: remove unneeded labelsDaniel Henrique Barboza1-13/+5
2020-01-20runstate: ignore finishmigrate -> prelaunch transitionLaurent Vivier1-4/+6