[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2
From: |
Richard Henderson |
Subject: |
Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2 |
Date: |
Fri, 18 Sep 2020 12:00:31 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 9/16/20 7:19 AM, Claudio Fontana wrote:
> Motivation and higher level steps:
>
> https://lists.gnu.org/archive/html/qemu-devel/2020-05/msg04628.html
>
> Current state is mostly all reviewed, but I include here a few resolutions
> of rebasing conflicts and a new patch to use current_machine instead of
> qdev_get_machine in softmmu context.
>
> It's minor, but if additional reviewing is necessary, here is the whole
> series again.
>
> CI is all green, and also available at https://github.com/hw-claudio/qemu.git
> "cpus-refactoring"
>
> The following changes since commit 5a77bbb53b087f95dbba7ce30b02ac2d7b147a3a:
>
> iotests: Work around failing readlink -f (2020-09-15 18:19:26 +0200)
>
> are available in the Git repository at:
>
> https://github.com/hw-claudio/qemu.git
>
> for you to fetch changes up to f9ec667595537400a6bc0aaf094a5ca6bbaacf44:
>
> accel/tcg: use current_machine as it is always set for softmmu (2020-09-15
> 18:19:27 +0200)
Queuing this to tcg-next, with Phil's suggested change to current_machine in
the final patch.
r~
- [PATCH v8 08/17] cpus: extract out whpx-specific code to target/i386/, (continued)
- [PATCH v8 08/17] cpus: extract out whpx-specific code to target/i386/, Claudio Fontana, 2020/09/16
- [PATCH v8 09/17] cpus: extract out hvf-specific code to target/i386/hvf/, Claudio Fontana, 2020/09/16
- [PATCH v8 12/17] cpus: add handle_interrupt to the CpusAccel interface, Claudio Fontana, 2020/09/16
- [PATCH v8 11/17] cpus: remove checks for non-NULL cpus_accel, Claudio Fontana, 2020/09/16
- [PATCH v8 15/17] hax: remove hax specific functions from global includes, Claudio Fontana, 2020/09/16
- [PATCH v8 16/17] kvm: remove kvm specific functions from global includes, Claudio Fontana, 2020/09/16
- [PATCH v8 14/17] whpx: remove whpx specific functions from global includes, Claudio Fontana, 2020/09/16
- [PATCH v8 13/17] hvf: remove hvf specific functions from global includes, Claudio Fontana, 2020/09/16
- [PATCH v8 17/17] accel/tcg: use current_machine as it is always set for softmmu, Claudio Fontana, 2020/09/16
- Re: [PATCH v8 00/17] QEMU cpus.c refactoring part2,
Richard Henderson <=