Re: [Qemu-devel] [PATCH 2/2] q35: change default NIC to e1000e

2018-03-02 Thread Paolo Bonzini
On 02/03/2018 18:24, Thomas Huth wrote: > On 02.03.2018 16:51, Paolo Bonzini wrote: >> The e1000 NIC is getting old and is not a very good default for a >> PCIe machine type. Change it to e1000e, which should be supported >> by a good number of guests. > > Basically a good idea, but you can only

Re: [Qemu-devel] [PATCH 2/2] q35: change default NIC to e1000e

2018-03-02 Thread Thomas Huth
On 02.03.2018 16:51, Paolo Bonzini wrote: > The e1000 NIC is getting old and is not a very good default for a > PCIe machine type. Change it to e1000e, which should be supported > by a good number of guests. Basically a good idea, but you can only do that for new machine types (pc-q35-2.12 and

[Qemu-devel] [PATCH 2/2] q35: change default NIC to e1000e

2018-03-02 Thread Paolo Bonzini
The e1000 NIC is getting old and is not a very good default for a PCIe machine type. Change it to e1000e, which should be supported by a good number of guests. Signed-off-by: Paolo Bonzini --- hw/i386/pc.c | 5 +++-- hw/i386/pc_piix.c| 2 +- hw/i386/pc_q35.c