search for: cpu_reset

Displaying 7 results from an estimated 7 matches for "cpu_reset".

Did you mean: vcpu_reset
2008 Aug 12
1
6.3 (ish) hang on reboot w/ Supermicro C2SBA+
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part. Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080812/04e0e065/attachment-0001.pgp
2012 Jul 20
5
[stable 9] panic on reboot: ipmi_wd_event()
...Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s panic: msleep cpuid = 26 Uptime: 1m59s Rebooting... cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 26
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
Dear Sirs. It seems to me a never ending story. We run a box with a TYAN Thunder 2500 Dual SMP mainboard, 2GB ECC Tyan certified memory, AMI Enterprise 1600 RAID adapter and additional Intel 1000/Pro server type (64 bit) GBit LAN NIC. With FreeBSD 4.8 this was stable, but to achive this state was really hard! It is a story similar to that what happend when we changed towards FreeBSD
2012 Oct 15
1
[QEMU PATCH v4] create struct for machine initialization arguments
...me = args->kernel_filename; SPARCCPU *cpu; CPUSPARCState *env; MemoryRegion *address_space_mem = get_system_memory(); diff --git a/hw/lm32_boards.c b/hw/lm32_boards.c index b76d800..c5a62c8 100644 --- a/hw/lm32_boards.c +++ b/hw/lm32_boards.c @@ -69,12 +69,10 @@ static void main_cpu_reset(void *opaque) env->deba = reset_info->flash_base; } -static void lm32_evr_init(ram_addr_t ram_size_not_used, - const char *boot_device, - const char *kernel_filename, - const char *kernel_cmdline, -...
2012 Oct 02
1
ahcich reset -> cannot mount zfs root in 9.1-PRE
...0xffffffff808a698d at start_init+0x4d #4 0xffffffff808c5caf at fork_exit+0x11f #5 0xffffffff80bf4fee at fork_trampoline+0xe Uptime: 57s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Rebooting... cpu_reset: Restarting BSP cpu_reset_proxy: Stopped CPU 1 ~.Connected. Connected. Disconnected.
2003 Aug 22
3
PAE removal patch for testing
...- /usr/src/sys.old/i386/include/md_var.h Thu Aug 21 18:35:36 2003 +++ /usr/src/sys/i386/include/md_var.h Fri Aug 22 02:05:11 2003 @@ -72,7 +72,6 @@ void bcopyb __P((const void *from, void *to, size_t len)); void busdma_swi __P((void)); void cpu_halt __P((void)); -void cpu_idle __P((void)); void cpu_reset __P((void)); void cpu_setregs __P((void)); void cpu_switch_load_gs __P((void)) __asm(__STRING(cpu_switch_load_gs)); diff -u -r /usr/src/sys.old/i386/include/param.h /usr/src/sys/i386/include/param.h --- /usr/src/sys.old/i386/include/param.h Thu Aug 21 18:35:36 2003 +++ /usr/src/sys/i386/include/p...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very