search for: nobio

Displaying 4 results from an estimated 4 matches for "nobio".

Did you mean: nbio
2005 May 24
0
[PATCH] qemu-unregister-c0000.patch
...f with a log level check Signed-off-by: Arun Sharma <arun.sharma@intel.com> --- 1.1/tools/ioemu/hw/pc.c 2005-05-19 15:04:52 -07:00 +++ edited/tools/ioemu/hw/pc.c 2005-05-23 16:37:18 -07:00 @@ -419,11 +419,11 @@ ret = load_image(buf, phys_ram_base + vga_bios_offset); #endif +#ifndef NOBIOS /* setup basic memory access */ cpu_register_physical_memory(0xc0000, 0x10000, vga_bios_offset | IO_MEM_ROM); -#ifndef NOBIOS /* map the last 128KB of the BIOS in ISA space */ isa_bios_size = bios_size; if (isa_bios_size > (128 * 102...
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
...00000000 -0400 +++ xeno-unstable.mine/tools/ioemu/hw/pc.c 2005-05-27 15:23:19.000000000 -0400 @@ -389,7 +389,7 @@ linux_boot = (kernel_filename != NULL); /* allocate RAM */ -// cpu_register_physical_memory(0, ram_size, 0); +// cpu_register_physical_memory(0, ram_size, 0); #ifndef NOBIOS /* BIOS load */ @@ -436,9 +436,9 @@ /* map all the bios at the top of memory */ cpu_register_physical_memory((uint32_t)(-bios_size), bios_size, bios_offset | IO_MEM_ROM); +#endif bochs_bios_init(); -#endif if (linux_boot) {...
2003 Jan 23
0
[pxelinux] kernel not recognising NIC after boot
...that after the PXE boot completes the kernel doesn't detec the NIC. It's not a driver issue, the same kernel on a floppy does detec the NIC. Any hints ?? I suspect that the PXE boot somehow screws up the PCI config and the kernel get's confused, but that doesn't explain why pci=nobios fails. Any suggestions are welcome. Regards, Igmar -- Igmar Palsenberg JDI Media Solutions Helhoek 30 6923PE Groessen Tel: +31 (0)316 - 596695 Fax: +31 (0)316 - 596699 The Netherlands mailto: i.palsenberg at jdimedia.nl PGP/GPG key : http://www.jdimedia.nl/formulier/pgp/igmar
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...(19) used greatest stack depth: 7140 bytes left [ 0.267587] RTC time: 18:02:24, date: 08/14/13 [ 0.268848] NET: Registered protocol family 16 [ 0.280353] ACPI: bus type PCI registered [ 0.281442] dca service started, version 1.12.1 [ 0.282949] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX. [ 0.283364] PCI: PCI BIOS revision 2.10 entry at 0xfb600, last bus=0 [ 0.283400] PCI: Using configuration type 1 for base access [ 0.283424] PCI: Using configuration type 1 for extended access [ 0.287025] kworker/u16:0 (50) used greatest stack depth: 7092 bytes left...