Re: [PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)

2023-06-27 Thread Philippe Mathieu-Daudé
On 27/6/23 20:54, Daniel Henrique Barboza wrote: Phil, Can you rebase this on top of Alistair's riscv-to-apply.next? https://github.com/alistair23/qemu/tree/riscv-to-apply.next There's a trivial conflict in patch 8 and a not so trivial conflict in patch 14 that I'd rather let you deal with

Re: [PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)

2023-06-27 Thread Daniel Henrique Barboza
Phil, Can you rebase this on top of Alistair's riscv-to-apply.next? https://github.com/alistair23/qemu/tree/riscv-to-apply.next There's a trivial conflict in patch 8 and a not so trivial conflict in patch 14 that I'd rather let you deal with it. Also, can you take a look at these KVM patches

[PATCH 00/16] target/riscv: Allow building without TCG (KVM-only so far)

2023-06-26 Thread Philippe Mathieu-Daudé
Hi, this series reorder TCG specific code in order to easily build a KVM-only binary. sysemu specific code is also moved around, to help noticing invalid uses from user emulation. Last patch adds a new job to our CI to avoid this to bitrot. Please review, Phil. Philippe Mathieu-Daudé (16):