qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends
@ 2016-09-02 18:59 Eduardo Habkost
  2016-09-02 18:59 ` [Qemu-devel] [PATCH v2 1/2] vhost-user-test: Use libqos instead of pxe-virtio.rom Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Eduardo Habkost @ 2016-09-02 18:59 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini
  Cc: Markus Armbruster, Bandan Das, qemu-stable, Daniel P. Berrange,
	mprivozn

While trying to fix the original bug in v1, another bug was fixed
by accident: TCG initialization of dirty_log_mask was broken when
using memory backends.

The fix, on the other hand, broke vhost-user-test because it
relied on TCG, even though TCG is incompatible with vhost.

This new version changes vhost-user-test to not rely on TCG, so
we can finally fix the initialization ordering of memory
backends.

Eduardo Habkost (2):
  vhost-user-test: Use libqos instead of pxe-virtio.rom
  vl: Delay initialization of memory backends

 tests/Makefile.include  |  2 +-
 tests/vhost-user-test.c | 37 ++++++++++++++++++++++++++++++++++---
 vl.c                    | 13 +++++++++++++
 3 files changed, 48 insertions(+), 4 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-09-06  7:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-02 18:59 [Qemu-devel] [PATCH v2 0/2] Delay initialization of memory backends Eduardo Habkost
2016-09-02 18:59 ` [Qemu-devel] [PATCH v2 1/2] vhost-user-test: Use libqos instead of pxe-virtio.rom Eduardo Habkost
2016-09-02 18:59 ` [Qemu-devel] [PATCH v2 2/2] vl: Delay initialization of memory backends Eduardo Habkost
2016-09-05  9:03 ` [Qemu-devel] [PATCH v2 0/2] " Markus Armbruster
2016-09-05 12:26 ` Paolo Bonzini
2016-09-05 19:01   ` Eduardo Habkost
2016-09-06  2:24     ` Michael S. Tsirkin
2016-09-06  7:39       ` Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).