Peter Maydell writes:
> On Thu, 19 Sept 2024 at 14:11, Alex Bennée wrote:
>>
>> Peter Maydell writes:
>> > While I'm looking at the code, this caught my eye:
>> >
>> > case QEMU_PLUGIN_MEM_VALUE_U64:
>> > {
>> > uint64_t *p = (uint64_t *) &ri->data[offset];
>> > uint64_t
On Thu, 19 Sept 2024 at 14:11, Alex Bennée wrote:
>
> Peter Maydell writes:
> > While I'm looking at the code, this caught my eye:
> >
> > case QEMU_PLUGIN_MEM_VALUE_U64:
> > {
> > uint64_t *p = (uint64_t *) &ri->data[offset];
> > uint64_t val = be ? htobe64(value.data.u64
Peter Maydell writes:
> On Wed, 18 Sept 2024 at 22:08, Alex Bennée wrote:
>>
>> The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:
>>
>> Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
>> staging (2024-09-17 14:02:18 +0100)
>>
>> are available
On Wed, 18 Sept 2024 at 22:08, Alex Bennée wrote:
>
> The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:
>
> Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
> staging (2024-09-17 14:02:18 +0100)
>
> are available in the Git repository at:
>
>
The following changes since commit 2b81c046252fbfb375ad30632362fc16e6e22bd5:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into
staging (2024-09-17 14:02:18 +0100)
are available in the Git repository at:
https://gitlab.com/stsquad/qemu.git tags/pull-tcg-plugin-memory-18