[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 00/31] Unified CPU type check
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v5 00/31] Unified CPU type check |
Date: |
Fri, 17 Nov 2023 08:34:00 +0100 |
User-agent: |
Mozilla Thunderbird |
On 17/11/23 00:26, Gavin Shan wrote:
Hi Phil,
On 11/17/23 02:20, Philippe Mathieu-Daudé wrote:
On 16/11/23 14:35, Philippe Mathieu-Daudé wrote:
I'm queuing patches 1-3 & 5-23 to my cpus-next tree. No need to
repost them, please base them on my tree. I'll follow up with the
branch link when I finish my testing and push it.
Here are these patches queued:
https://github.com/philmd/qemu.git branches/cpus-next
Oops, no clue why I wrote github instead of gitlab, sorry =)
I might queue more patches before the 9.0 merge window opens.
Thanks for queuing these patches, but I don't see 'cpus-next' branch
in the repository. Please let me know if I checked out the code properly.
$ git clone https://github.com/philmd/qemu.git philmd
$ cd philmd
$ git branch
* staging
$ git branch -a | grep cpus-next
$ echo $?
1
No need to clone, you can use in your current cloned repository:
$ git fetch https://gitlab.com/philmd/qemu.git cpus-next:cpus-next
Regards,
Phil.
- [PATCH v5 28/31] hw/arm/virt: Check CPU type in machine_run_board_init(), (continued)
- [PATCH v5 28/31] hw/arm/virt: Check CPU type in machine_run_board_init(), Gavin Shan, 2023/11/14
- [PATCH v5 29/31] hw/arm/sbsa-ref: Check CPU type in machine_run_board_init(), Gavin Shan, 2023/11/14
- [PATCH v5 30/31] hw/arm: Check CPU type in machine_run_board_init(), Gavin Shan, 2023/11/14
- [PATCH v5 31/31] hw/riscv/shakti_c: Check CPU type in machine_run_board_init(), Gavin Shan, 2023/11/14
- Re: [PATCH v5 00/31] Unified CPU type check, Philippe Mathieu-Daudé, 2023/11/16
- Re: [PATCH v5 00/31] Unified CPU type check, Philippe Mathieu-Daudé, 2023/11/16