Re: [Qemu-devel] [PATCH 2/4] target-i386: add VME to all CPUs

2014-12-05 Thread Paolo Bonzini
On 05/12/2014 19:32, Eduardo Habkost wrote: >> > vm86 mode extensions date back to the 486. All models should have >> > them. >> > >> > Signed-off-by: Paolo Bonzini > TCG doesn't support VME (that's probably why we didn't have it set on > most CPU models), and I would like to eventually make c

Re: [Qemu-devel] [PATCH 2/4] target-i386: add VME to all CPUs

2014-12-05 Thread Eduardo Habkost
On Fri, Dec 05, 2014 at 06:44:24PM +0100, Paolo Bonzini wrote: > vm86 mode extensions date back to the 486. All models should have > them. > > Signed-off-by: Paolo Bonzini TCG doesn't support VME (that's probably why we didn't have it set on most CPU models), and I would like to eventually make

[Qemu-devel] [PATCH 2/4] target-i386: add VME to all CPUs

2014-12-05 Thread Paolo Bonzini
vm86 mode extensions date back to the 486. All models should have them. Signed-off-by: Paolo Bonzini --- hw/i386/pc_piix.c | 15 +++ hw/i386/pc_q35.c | 15 +++ target-i386/cpu.c | 30 +++--- 3 files changed, 45 insertions(+), 15 deletions(-) dif