Re: [PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)

2024-09-19 Thread Alex Bennée
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

Re: [PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)

2024-09-19 Thread Peter Maydell
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

Re: [PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)

2024-09-19 Thread Alex Bennée
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

Re: [PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)

2024-09-19 Thread Peter Maydell
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: > >

[PULL 00/18] tcg plugins (deprecations, mem apis, contrib plugins)

2024-09-18 Thread Alex Bennée
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