Searched hist:cdafe929615ec5eca71bcd5a3d12bab5678e5886 (Results 1 – 2 of 2) sorted by relevance
/qemu/tests/qtest/ |
H A D | vhost-user-test.c | cdafe929615ec5eca71bcd5a3d12bab5678e5886 Fri Sep 02 18:59:43 UTC 2016 Eduardo Habkost <ehabkost@redhat.com> vhost-user-test: Use libqos instead of pxe-virtio.rom
vhost-user-test relies on iPXE just to initialize the virtio-net device, and doesn't do any actual packet tx/rx testing.
In addition to that, the test relies on TCG, which is imcompatible with vhost. The test only worked by accident: a bug the memory backend initialization made memory regions not have the DIRTY_MEMORY_CODE bit set in dirty_log_mask.
This changes vhost-user-test to initialize the virtio-net device using libqos, and not use TCG nor pxe-virtio.rom.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|
/qemu/tests/ |
H A D | Makefile.include | cdafe929615ec5eca71bcd5a3d12bab5678e5886 Fri Sep 02 18:59:43 UTC 2016 Eduardo Habkost <ehabkost@redhat.com> vhost-user-test: Use libqos instead of pxe-virtio.rom
vhost-user-test relies on iPXE just to initialize the virtio-net device, and doesn't do any actual packet tx/rx testing.
In addition to that, the test relies on TCG, which is imcompatible with vhost. The test only worked by accident: a bug the memory backend initialization made memory regions not have the DIRTY_MEMORY_CODE bit set in dirty_log_mask.
This changes vhost-user-test to initialize the virtio-net device using libqos, and not use TCG nor pxe-virtio.rom.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
|