Ping? It would be very nice if this could make it into 6.2
so we don't have to continue patching around this.
On Tue, Nov 02, 2021 at 10:12:28AM +0100, Kamil Rytarowski wrote:
> Reviewed-by: Kamil Rytarowski
>
> Paolo, could you please merge it?
>
> On 13.10.2021 15:54,
NVMM user version 1 is the version being shipped with netbsd-9,
which is the most recent stable branch of NetBSD. This makes it
possible to use the NVMM accelerator on the most recent NetBSD
release, 9.2, which lacks nvmm_cpu_stop.
(CC'ing maintainers)
Signed-off-by: Nia Alarie
---
meson.
As discussed in issue 614, we're shipping GCC 7.4.0 as the
system compiler in NetBSD 9, the most recent stable branch,
and are still actively interested in QEMU on this platform.
The differences between GCC 7.5.0 and 7.4.0 are trivial.
Signed-off-by: Nia Alarie
---
configure | 6 +++---
1
As discussed in issue 614, we're shipping GCC 7.4.0 as the
system compiler in NetBSD 9, the most recent stable branch,
and are still actively interested in QEMU on this platform.
The differences between GCC 7.5.0 and 7.4.0 are trivial.
Signed-off-by: Nia Alarie
---
configure | 4 ++--
1
NVMM user version 1 is the version being shipped with netbsd-9,
which is the most recent stable branch of NetBSD. This makes it
possible to use the NVMM accelerator on the most recent NetBSD
release, 9.2, which lacks nvmm_cpu_stop.
Signed-off-by: Nia Alarie
---
meson.build | 4
Signed-off-by: Nia Alarie
---
hw/block/xen_disk.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/hw/block/xen_disk.c b/hw/block/xen_disk.c
index f74fcd42d1..a9ec0ad6eb 100644
--- a/hw/block/xen_disk.c
+++ b/hw/block/xen_disk.c
@@ -32,6 +32,7 @@
#include "qapi/er
If qemu_strtoi indicates an error, return the default value.
Signed-off-by: Nia Alarie
---
audio/audio.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/audio/audio.c b/audio/audio.c
index 6eccdb17ee..d6e91901aa 100644
--- a/audio/audio.c
+++ b/audio/audio.c
@@ -335,9
Signed-off-by: Nia Alarie
---
net/slirp.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/slirp.c b/net/slirp.c
index 8991816bbf..e938944bd4 100644
--- a/net/slirp.c
+++ b/net/slirp.c
@@ -486,7 +486,9 @@ void hmp_hostfwd_remove(Monitor *mon, const QDict *qdict
Signed-off-by: Nia Alarie
---
hw/9pfs/9p.c | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
index 48fa48e720..254385dfa4 100644
--- a/hw/9pfs/9p.c
+++ b/hw/9pfs/9p.c
@@ -15,6 +15,7 @@
#include
#include "hw/virtio/virtio.h"
Signed-off-by: Nia Alarie
---
hw/9pfs/9p.c | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
index 48fa48e720..64f3bb976c 100644
--- a/hw/9pfs/9p.c
+++ b/hw/9pfs/9p.c
@@ -15,6 +15,7 @@
#include
#include "hw/virtio/virtio.h"
Signed-off-by: Nia Alarie
---
hw/s390x/virtio-ccw.c | 34 +-
hw/s390x/virtio-ccw.h | 2 +-
2 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c
index 8f7fbc2ab7..e51fbefd23 100644
--- a/hw/s390x/virtio
Allows a branch to be removed - this function always returns 0.
Signed-off-by: Nia Alarie
Reviewed-by: Christian Borntraeger
---
hw/s390x/virtio-ccw.c | 6 +++---
hw/s390x/virtio-ccw.h | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x
The other event handlers (quiesce and cpu) do not define these
handlers, and this one does nothing, so it can be removed.
Signed-off-by: Nia Alarie
Reviewed-by: Christian Borntraeger
---
hw/char/sclpconsole-lm.c | 6 --
hw/char/sclpconsole.c | 6 --
hw/s390x
The other event handlers (quiesce and cpu) do not define these
handlers, and this one does nothing, so it can be removed.
virtio_ccw_exit always returns 0, so change its return type to
void.
Signed-off-by: Nia Alarie
---
hw/char/sclpconsole-lm.c | 6 --
hw/char/sclpconsole.c
These functions always return 0. By changing their return type to
void, some dead code can be removed.
Signed-off-by: Nia Alarie
---
hw/char/sclpconsole-lm.c | 3 +--
hw/char/sclpconsole.c | 3 +--
hw/s390x/event-facility.c | 6 +-
hw/s390x/virtio-ccw.c
This prints a message and exits if the e500 BIOS firmware can't
be found, to avoid dereferencing a null pointer.
Signed-off-by: Nia Alarie
---
hw/ppc/e500.c | 4
1 file changed, 4 insertions(+)
diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
index a40d3ec3e3..6ce03d6ff4 100644
--- a/h
16 matches
Mail list logo