qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Nested virtualization fixes for QEMU
@ 2022-10-27 16:47 Anup Patel
  2022-10-27 16:47 ` [PATCH 1/5] target/riscv: Typo fix in sstc() predicate Anup Patel
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Anup Patel @ 2022-10-27 16:47 UTC (permalink / raw)
  To: Peter Maydell, Palmer Dabbelt, Alistair Francis, Sagar Karandikar
  Cc: Atish Patra, Richard Henderson, Anup Patel, qemu-riscv,
	qemu-devel, Anup Patel

This series mainly includes fixes discovered while developing nested
virtualization running on QEMU.

These patches can also be found in the riscv_nested_fixes_v1 branch at:
https://github.com/avpatel/qemu.git

Anup Patel (5):
  target/riscv: Typo fix in sstc() predicate
  target/riscv: Update VS timer whenever htimedelta changes
  target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
  target/riscv: No need to re-start QEMU timer when timecmp ==
    UINT64_MAX
  target/riscv: Ensure opcode is saved for all relevant instructions

 target/riscv/cpu_helper.c                   |  2 --
 target/riscv/csr.c                          | 18 +++++++++++++++++-
 target/riscv/insn_trans/trans_rva.c.inc     | 10 +++++++---
 target/riscv/insn_trans/trans_rvd.c.inc     |  2 ++
 target/riscv/insn_trans/trans_rvf.c.inc     |  2 ++
 target/riscv/insn_trans/trans_rvh.c.inc     |  3 +++
 target/riscv/insn_trans/trans_rvi.c.inc     |  2 ++
 target/riscv/insn_trans/trans_rvzfh.c.inc   |  2 ++
 target/riscv/insn_trans/trans_svinval.c.inc |  3 +++
 target/riscv/time_helper.c                  | 20 ++++++++++++++++----
 10 files changed, 54 insertions(+), 10 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-11-07  2:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-27 16:47 [PATCH 0/5] Nested virtualization fixes for QEMU Anup Patel
2022-10-27 16:47 ` [PATCH 1/5] target/riscv: Typo fix in sstc() predicate Anup Patel
2022-10-31  0:40   ` Alistair Francis
2022-10-27 16:47 ` [PATCH 2/5] target/riscv: Update VS timer whenever htimedelta changes Anup Patel
2022-10-31  0:42   ` Alistair Francis
2022-10-27 16:47 ` [PATCH 3/5] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP Anup Patel
2022-10-31  0:44   ` Alistair Francis
2022-10-27 16:47 ` [PATCH 4/5] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX Anup Patel
2022-10-31  0:55   ` Alistair Francis
2022-10-31  3:49     ` Anup Patel
2022-11-02  0:10       ` Alistair Francis
2022-11-07  2:48         ` Anup Patel
2022-10-27 16:47 ` [PATCH 5/5] target/riscv: Ensure opcode is saved for all relevant instructions Anup Patel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).