Re: [Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-23 Thread Filip Navara
Two more patches... qemu-20050723-05-apic.diff EXTINT delivery mode support for I/O APIC. qemu-20050723-06-div.diff Raise #DE exception on DIV/IDIV overflows. --- hw/apic.c Sat Jul 23 16:23:17 2005 +++ hw/apic.c Fri Jul 22 20:49:53 2005 @@ -127,7 +127,7 @@ static void apic_bus_deliver(uint32_t

Re: [Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-21 Thread Filip Navara
Filip Navara wrote: [snip] qemu-20050718-02-insns.patch - Add support for AMD cache info MCR. - Fix INVLPG instruction in 64bit mode. - Implement the ENTER instruction for 64bit mode. - Add dummy support for MCA, PAT, MTRR and CLFLUSH. - Correct size of 16bit s

[Qemu-devel] [patch] Various (mostly) x86-64 related patches

2005-07-20 Thread Filip Navara
qemu-20050718-01-vaddr.patch Fix TB virtual page map for x86-64 (at least 48bits of VA must be honoured). qemu-20050718-02-insns.patch - Add support for AMD cache info MCR. - Fix INVLPG instruction in 64bit mode. - Implement the ENTER instruction for 64bit mode.