aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07RISC-V: Adding XTheadCondMov ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadBs ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadBb ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadBa ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadSync ISA extensionChristoph Müllner
2023-02-07RISC-V: Adding XTheadCmo ISA extensionChristoph Müllner
2023-02-07hw/riscv: change riscv_compute_fdt_addr() semanticsDaniel Henrique Barboza
2023-02-07hw/riscv: split fdt address calculation from fdt loadDaniel Henrique Barboza
2023-02-07hw/riscv/boot.c: calculate fdt size after fdt_pack()Daniel Henrique Barboza
2023-02-07target/riscv: set tval for triggered watchpointsSergey Matyukevich
2023-02-07hw/riscv/spike.c: rename MachineState 'mc' pointers to' ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: rename MachineState 'mc' pointers to 'ms'Daniel Henrique Barboza
2023-02-07hw/riscv/virt.c: calculate socket count once in create_fdt_imsic()Daniel Henrique Barboza
2023-02-07target/riscv: Ensure opcode is saved for all relevant instructionsAnup Patel
2023-02-07target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAXAnup Patel
2023-02-07target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIPAnup Patel
2023-02-07target/riscv: Update VS timer whenever htimedelta changesAnup Patel
2023-02-07hw/riscv: boot: Don't use CSRs if they are disabledAlistair Francis
2023-02-07include/hw/riscv/opentitan: update opentitan IRQsWilfred Mallawa
2023-02-07target/riscv: update disas.c for xnor/orn/andn and slli.uwPhilipp Tomsich
2023-02-06migration: save/delete migration thread infoJiang Jiacheng
2023-02-06migration: Introduce interface query-migrationthreadsJiang Jiacheng
2023-02-06multifd: Fix flush of zero copy page send requestZhenzhong Duan
2023-02-06multifd: Fix a race on reading MultiFDPages_t.blockZhenzhong Duan
2023-02-06migration: check magic value for deciding the mapping of channelsmanish.mishra
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-02-06migration/dirtyrate: Show sample pages only in page-sampling modeZhenzhong Duan
2023-02-06migration: Perform vmsd structure check during testsDr. David Alan Gilbert
2023-02-06migration: Add canary to VMSTATE_END_OF_LISTDr. David Alan Gilbert
2023-02-06migration/rdma: fix return value for qio_channel_rdma_{readv,writev}Fiona Ebner
2023-02-06migration: Show downtime during postcopy phasePeter Xu
2023-02-06virtio-mem: Proper support for preallocation with migrationDavid Hildenbrand
2023-02-06virtio-mem: Migrate immutable properties earlyDavid Hildenbrand
2023-02-06virtio-mem: Fail if a memory backend with "prealloc=on" is specifiedDavid Hildenbrand
2023-02-06migration/ram: Factor out check for advised postcopyDavid Hildenbrand
2023-02-06migration/vmstate: Introduce VMSTATE_WITH_TMP_TEST() and VMSTATE_BITMAP_TEST()David Hildenbrand
2023-02-06migration/savevm: Allow immutable device state to be migrated early (i.e., be...David Hildenbrand
2023-02-06migration/savevm: Prepare vmdesc json writer in qemu_savevm_state_setup()David Hildenbrand
2023-02-06migration/savevm: Move more savevm handling into vmstate_save()David Hildenbrand
2023-02-06migration/ram: Optimize ram_write_tracking_start() for RamDiscardManagerDavid Hildenbrand
2023-02-06migration/ram: Rely on used_length for uffd_change_protection()David Hildenbrand
2023-02-06migration/ram: Don't explicitly unprotect when unregistering uffd-wpDavid Hildenbrand
2023-02-06migration/ram: Fix error handling in ram_write_tracking_start()David Hildenbrand
2023-02-06migration/ram: Fix populate_read_range()David Hildenbrand
2023-02-06util/userfaultfd: Add uffd_open()Peter Xu
2023-02-06migration: simplify migration_iteration_run()Juan Quintela
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela
2023-02-06migration: Fix migration crash when target psize larger than hostPeter Xu