qemu-e2k/target-i386
Crístian Viana 93bfef4c6e Allow machines to configure the QEMU_VERSION that's exposed via hardware
QEMU exposes its version to the guest's hardware and in some cases that is wrong
(e.g. Windows prints messages about driver updates when you switch
the QEMU version).
There is a new field now on the struct QEmuMachine, hw_version, which may
contain the version that the specific machine should report. If that field is
set, then that machine will report that version to the guest.

Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2012-06-19 13:36:56 -05:00
..
arch_dump.c Fix some more license versions (GPL2+ instead of GPL2) 2012-06-11 22:20:21 +02:00
arch_memory_mapping.c Fix some more license versions (GPL2+ instead of GPL2) 2012-06-11 22:20:21 +02:00
cpu-qom.h target-i386: Defer MCE init 2012-05-12 14:17:52 +02:00
cpu.c Allow machines to configure the QEMU_VERSION that's exposed via hardware 2012-06-19 13:36:56 -05:00
cpu.h target-i386: Let cpu_x86_init() return X86CPU 2012-06-04 23:00:42 +02:00
helper_template.h
helper.c Kill off cpu_state_reset() 2012-06-04 23:00:45 +02:00
helper.h
hyperv.c
hyperv.h
ioport-user.c build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
kvm.c target-i386: Pass X86CPU to do_cpu_{init,sipi}() 2012-06-04 23:00:42 +02:00
machine.c target-i386: Don't overuse CPUState 2012-03-14 22:20:25 +01:00
Makefile.objs build: move other target-*/ objects to nested Makefile.objs 2012-06-07 09:21:11 +02:00
op_helper.c Use uintptr_t for various op related functions 2012-04-14 14:23:37 +00:00
ops_sse_header.h
ops_sse.h
svm.h
TODO
translate.c target-i386: Don't overuse CPUState 2012-03-14 22:20:25 +01:00