From e738745568a78160f661bbcb7159552c66f9a527 Mon Sep 17 00:00:00 2001 From: Miroslav Rezanina Date: Wed, 31 Jul 2013 08:03:35 +0200 Subject: [PATCH 040/212] pc: Drop RHEL-6 USB device compat_prop full-path Message-id: <1375201922-6794-6-git-send-email-armbru@redhat.com> Patchwork-id: 52814 O-Subject: [RHEL-7 PATCH v3 05/15] pc: Drop RHEL-6 USB device compat_prop full-path Bugzilla: 983991 RH-Acked-by: Paolo Bonzini RH-Acked-by: Bandan Das RH-Acked-by: Miroslav Rezanina Upstream added property full-path to USB devices in commit eeb0cf9 (v1.1) for migration compatibility. RHEL-6 got the feature in commit 29b10d1 (6.2), but without the property, because 6.2 was the first version capable of migrating USB devices. Therefore, full-path needs to remain on by default for all machine types. Signed-off-by: Markus Armbruster --- hw/i386/pc_piix.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 776689c..5c1fe1e 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -1068,10 +1068,6 @@ static QEMUMachine pc_machine_rhel700 = { .property = "vapic",\ .value = "off",\ },{\ - .driver = TYPE_USB_DEVICE,\ - .property = "full-path",\ - .value = "no",\ - },{\ .driver = "virtio-blk-pci",\ .property = "event_idx",\ .value = "off",\ -- 1.7.1