Message ID | 20250109104837.2532259-1-dwmw2@infradead.org (mailing list archive) |
---|---|
State | New |
Headers | show |
On Thu, 2025-01-09 at 10:48 +0000, David Woodhouse wrote: > From: David Woodhouse <dwmw@amazon.co.uk> > > The following changes since commit 3f8bcbba3b320c610689576fc47595f1076198dd: > > Merge tag 'pull-request-2025-01-08' of https://gitlab.com/thuth/qemu into staging (2025-01-08 11:38:21 -0500) > > are available in the Git repository at: > > git://git.infradead.org/users/dwmw2/qemu.git tags/pull-xenfv-20250109-1 > In case what you said about the tooling not allowing git:// URIs is true, this is also now pushed to https://gitlab.com/dwmw2/qemu tags/pull-xenfv-20250109-1 > for you to fetch changes up to b6014c5089a313ac84fe74970eee56e3fc87b49b: > > hw/xen: Check if len is 0 before memcpy() (2025-01-09 10:43:13 +0000) > > ---------------------------------------------------------------- > Xen emulation fixes > > ---------------------------------------------------------------- > Akihiko Odaki (1): > hw/xen: Check if len is 0 before memcpy() > > David Woodhouse (1): > hw/i386/pc: Fix level interrupt sharing for Xen event channel GSI > > hw/i386/kvm/xen_evtchn.c | 60 ++++++++++++++++++++++++++++++++++++---------- > hw/i386/kvm/xen_evtchn.h | 2 +- > hw/i386/kvm/xen_xenstore.c | 4 ++++ > hw/i386/x86-common.c | 32 ++++++++++++++++--------- > 4 files changed, 73 insertions(+), 25 deletions(-) >
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.
From: David Woodhouse <dwmw@amazon.co.uk> The following changes since commit 3f8bcbba3b320c610689576fc47595f1076198dd: Merge tag 'pull-request-2025-01-08' of https://gitlab.com/thuth/qemu into staging (2025-01-08 11:38:21 -0500) are available in the Git repository at: git://git.infradead.org/users/dwmw2/qemu.git tags/pull-xenfv-20250109-1 for you to fetch changes up to b6014c5089a313ac84fe74970eee56e3fc87b49b: hw/xen: Check if len is 0 before memcpy() (2025-01-09 10:43:13 +0000) ---------------------------------------------------------------- Xen emulation fixes ---------------------------------------------------------------- Akihiko Odaki (1): hw/xen: Check if len is 0 before memcpy() David Woodhouse (1): hw/i386/pc: Fix level interrupt sharing for Xen event channel GSI hw/i386/kvm/xen_evtchn.c | 60 ++++++++++++++++++++++++++++++++++++---------- hw/i386/kvm/xen_evtchn.h | 2 +- hw/i386/kvm/xen_xenstore.c | 4 ++++ hw/i386/x86-common.c | 32 ++++++++++++++++--------- 4 files changed, 73 insertions(+), 25 deletions(-)