Bug 85947 - update emulators/qemu to 20050909 snapshot
Summary: update emulators/qemu to 20050909 snapshot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 17:50 UTC by Juergen Lock
Modified: 2005-09-10 18:05 UTC (History)
0 users

See Also:


Attachments
file.diff (19.90 KB, patch)
2005-09-10 17:50 UTC, Juergen Lock
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Lock 2005-09-10 17:50:11 UTC
- kqemu device cloning support on >= 5.x, 4.x merge (I got no failure
reports in several weeks so i assume it is working :), max_locked_pages
calculation
- moved kqemu debug messages under debug.kqemu_debug sysctl
(do `sysctl debug.kqemu_debug=1' to enable)
- added kqemu free fns, allocate kernel memory in kqemu_vmalloc
- added notes about net.link.tap.user_open sysctl and about PREEMPTION
problems with >= 6.x guests

fixed VIA irq register access, sparc64 fixes (Blue Swirl),
x86_64 fixes (initial patch by Filip Navara), prevent window resizing,
IOAPIC support (initial patch by Filip Navara), added overflow
exceptions in divisions, EXTINT delivery mode support for I/O APIC
(Filip Navara), open OSS audio device as write only (malc),
64 bit virtual addressing fix, allow more than 32 bit of physical memory,
fscale fix (bug noticed by Kuwanger, fix by malc), do not export fls_bit,
monitor kqemu info, ide PCI ident fix, aka FreeBSD/amd64 bug fix
(Jung-uk Kim), CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64),
16/32 stack operations fix on x86_64 (aka win2000 startup bug),
merge self modifying code handling in dirty ram page mecanism,
kqemu fixes - new API support, kqemu profiling, RSP update fix for
x86_64 in iret, Fix MIPS counter / compare interrupt (Ralf Baechle),
Add i8259 PIT to MIPS (Ralf Baechle), Fix interrupt masking
(Ralf Baechle), CR4.TSD flag support (Matt Schulkind),
TSS error code push fix (malc), dirty ram page handling fixes,
kqemu_set_notdirty() opt, improved user net performances,
avoid losing chars in serial console, SYSENTER fix for x86_64 CPUs,
kqemu_enabled test, disabled LDT test (kqemu 0.7.2 no longer needs it),
div64 fix (aka ssh bug)

Fix: Removed files: files/BSDmakefile files/kmod_bsd.c
New files: files/kqemu-freebsd-patch files/patch-libmath2
	files/patch-vl.c
How-To-Repeat: 	n/a
Comment 1 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-09-10 18:04:59 UTC
State Changed
From-To: open->closed

Committed, thanks!