Re: [PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-20 Thread Michael S. Tsirkin
On Sat, Dec 10, 2022 at 02:39:14PM +0100, Markus Armbruster wrote: > hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The > former doesn't actually need the latter, so drop that inclusion to > break the loop. > > Signed-off-by: Markus Armbruster Reviewed-by: Michael S. Tsirkin fe

[PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-14 Thread Markus Armbruster
hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The former doesn't actually need the latter, so drop that inclusion to break the loop. Signed-off-by: Markus Armbruster --- include/hw/virtio/virtio.h | 1 - hw/virtio/virtio.c | 1 + 2 files changed, 1 insertion(+), 1 deletio

Re: [PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-14 Thread Markus Armbruster
Resent by accident, please ignore this copy.

Re: [PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-12 Thread Stefano Garzarella
On Sat, Dec 10, 2022 at 02:39:14PM +0100, Markus Armbruster wrote: hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The former doesn't actually need the latter, so drop that inclusion to break the loop. Signed-off-by: Markus Armbruster --- include/hw/virtio/virtio.h | 1 - hw/virtio

Re: [PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-11 Thread Alistair Francis
On Sat, Dec 10, 2022 at 11:42 PM Markus Armbruster wrote: > > hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The > former doesn't actually need the latter, so drop that inclusion to > break the loop. > > Signed-off-by: Markus Armbruster Reviewed-by: Alistair Francis Alistair >

Re: [PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-10 Thread Philippe Mathieu-Daudé
On 10/12/22 14:39, Markus Armbruster wrote: hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The former doesn't actually need the latter, so drop that inclusion to break the loop. Signed-off-by: Markus Armbruster --- include/hw/virtio/virtio.h | 1 - hw/virtio/virtio.c |

[PATCH 1/2] include/hw/virtio: Break inclusion loop

2022-12-10 Thread Markus Armbruster
hw/virtio/virtio.h and hw/virtio/vhost.h include each other. The former doesn't actually need the latter, so drop that inclusion to break the loop. Signed-off-by: Markus Armbruster --- include/hw/virtio/virtio.h | 1 - hw/virtio/virtio.c | 1 + 2 files changed, 1 insertion(+), 1 deletio