[PATCH 0/3] hw/xen: Build only once

Philippe Mathieu-Daudé posted 3 patches 3 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251022140114.72372-1-philmd@linaro.org
Maintainers: Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, Paul Durrant <paul@xen.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
hw/xen/xen-hvm-common.c |  9 ++++++---
hw/xen/meson.build      | 22 +++++++++-------------
2 files changed, 15 insertions(+), 16 deletions(-)
[PATCH 0/3] hw/xen: Build only once
Posted by Philippe Mathieu-Daudé 3 weeks, 2 days ago
Replace target-specific code to allow building
hw/xen/ files once.

Philippe Mathieu-Daudé (3):
  hw/xen: Use BITS_PER_BYTE & MAKE_64BIT_MASK() in req_size_bits()
  hw/xen: Replace target_ulong by agnostic target_long_bits()
  hw/xen: Build only once

 hw/xen/xen-hvm-common.c |  9 ++++++---
 hw/xen/meson.build      | 22 +++++++++-------------
 2 files changed, 15 insertions(+), 16 deletions(-)

-- 
2.51.0


Re: [PATCH 0/3] hw/xen: Build only once
Posted by Philippe Mathieu-Daudé 2 weeks, 3 days ago
On 22/10/25 16:01, Philippe Mathieu-Daudé wrote:
> Replace target-specific code to allow building
> hw/xen/ files once.
> 
> Philippe Mathieu-Daudé (3):
>    hw/xen: Use BITS_PER_BYTE & MAKE_64BIT_MASK() in req_size_bits()
>    hw/xen: Replace target_ulong by agnostic target_long_bits()
>    hw/xen: Build only once

ping?

Re: [PATCH 0/3] hw/xen: Build only once
Posted by Philippe Mathieu-Daudé 2 weeks, 1 day ago
On 27/10/25 20:17, Philippe Mathieu-Daudé wrote:
> On 22/10/25 16:01, Philippe Mathieu-Daudé wrote:
>> Replace target-specific code to allow building
>> hw/xen/ files once.
>>
>> Philippe Mathieu-Daudé (3):
>>    hw/xen: Use BITS_PER_BYTE & MAKE_64BIT_MASK() in req_size_bits()
>>    hw/xen: Replace target_ulong by agnostic target_long_bits()
>>    hw/xen: Build only once
> 
> ping?

Series queued, thanks!