All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 616769] [NEW] interrupt problem x86_64
@ 2010-08-12 12:37 Paolo Minazzi
  2016-11-07 18:37 ` [Qemu-devel] [Bug 616769] " Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Minazzi @ 2010-08-12 12:37 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hello.
I'm studing the x86_64 arch to port colinux to this new architecture.

For who does not know, colinux is a port of linux that runs on windows NATIVELY. Colinux is
1) a small windows driver
2) a kernel patched
3) some windows user-space application that talk with linux kernel (network, console, ...)

I have written the more internal part of colinux, that is the code that switch between windows and linux.
This is done saving and restore the machine state :
1) CR3
2) IDT
3) registers

The problem I see is that after the switch I see the reboot of my virtual machine.
I would say that the new IDT and/or CR3 is not flushed.
My code is written in asm/C so I can follow the code step by step.
I can say exactly the instruction that is broken.

All my code runs nicely on bochs.
I don't have an x86_64 real PC.

If someone wants to repair this bug .... I'm here.

Paolo Minazzi

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
interrupt problem x86_64
https://bugs.launchpad.net/bugs/616769
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New

Bug description:
Hello.
I'm studing the x86_64 arch to port colinux to this new architecture.

For who does not know, colinux is a port of linux that runs on windows NATIVELY. Colinux is
1) a small windows driver
2) a kernel patched
3) some windows user-space application that talk with linux kernel (network, console, ...)

I have written the more internal part of colinux, that is the code that switch between windows and linux.
This is done saving and restore the machine state :
1) CR3
2) IDT
3) registers

The problem I see is that after the switch I see the reboot of my virtual machine.
I would say that the new IDT and/or CR3 is not flushed.
My code is written in asm/C so I can follow the code step by step.
I can say exactly the instruction that is broken.

All my code runs nicely on bochs.
I don't have an x86_64 real PC.

If someone wants to repair this bug .... I'm here.

Paolo Minazzi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 616769] Re: interrupt problem x86_64
  2010-08-12 12:37 [Qemu-devel] [Bug 616769] [NEW] interrupt problem x86_64 Paolo Minazzi
@ 2016-11-07 18:37 ` Thomas Huth
  2016-11-10 11:57 ` Paolo Minazzi
  2016-11-10 17:48 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-11-07 18:37 UTC (permalink / raw)
  To: qemu-devel

Which version of QEMU did you use when you encountered this problem? Can
you still reproduce this issue with the latest version of QEMU?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/616769

Title:
  interrupt problem x86_64

Status in QEMU:
  Incomplete

Bug description:
  Hello.
  I'm studing the x86_64 arch to port colinux to this new architecture.

  For who does not know, colinux is a port of linux that runs on windows NATIVELY. Colinux is
  1) a small windows driver
  2) a kernel patched
  3) some windows user-space application that talk with linux kernel (network, console, ...)

  I have written the more internal part of colinux, that is the code that switch between windows and linux.
  This is done saving and restore the machine state :
  1) CR3
  2) IDT
  3) registers

  The problem I see is that after the switch I see the reboot of my virtual machine.
  I would say that the new IDT and/or CR3 is not flushed.
  My code is written in asm/C so I can follow the code step by step.
  I can say exactly the instruction that is broken.

  All my code runs nicely on bochs.
  I don't have an x86_64 real PC.

  If someone wants to repair this bug .... I'm here.

  Paolo Minazzi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/616769/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 616769] Re: interrupt problem x86_64
  2010-08-12 12:37 [Qemu-devel] [Bug 616769] [NEW] interrupt problem x86_64 Paolo Minazzi
  2016-11-07 18:37 ` [Qemu-devel] [Bug 616769] " Thomas Huth
@ 2016-11-10 11:57 ` Paolo Minazzi
  2016-11-10 17:48 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Paolo Minazzi @ 2016-11-10 11:57 UTC (permalink / raw)
  To: qemu-devel

Hello Thomas,
it happens some years ago and now I'm not able to reproduce it.
I'm sorry,
thanks again,
Paolo

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/616769

Title:
  interrupt problem x86_64

Status in QEMU:
  Incomplete

Bug description:
  Hello.
  I'm studing the x86_64 arch to port colinux to this new architecture.

  For who does not know, colinux is a port of linux that runs on windows NATIVELY. Colinux is
  1) a small windows driver
  2) a kernel patched
  3) some windows user-space application that talk with linux kernel (network, console, ...)

  I have written the more internal part of colinux, that is the code that switch between windows and linux.
  This is done saving and restore the machine state :
  1) CR3
  2) IDT
  3) registers

  The problem I see is that after the switch I see the reboot of my virtual machine.
  I would say that the new IDT and/or CR3 is not flushed.
  My code is written in asm/C so I can follow the code step by step.
  I can say exactly the instruction that is broken.

  All my code runs nicely on bochs.
  I don't have an x86_64 real PC.

  If someone wants to repair this bug .... I'm here.

  Paolo Minazzi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/616769/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 616769] Re: interrupt problem x86_64
  2010-08-12 12:37 [Qemu-devel] [Bug 616769] [NEW] interrupt problem x86_64 Paolo Minazzi
  2016-11-07 18:37 ` [Qemu-devel] [Bug 616769] " Thomas Huth
  2016-11-10 11:57 ` Paolo Minazzi
@ 2016-11-10 17:48 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-11-10 17:48 UTC (permalink / raw)
  To: qemu-devel

OK, thanks a lot for your response ... so let's close this bug now.

** Changed in: qemu
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/616769

Title:
  interrupt problem x86_64

Status in QEMU:
  Invalid

Bug description:
  Hello.
  I'm studing the x86_64 arch to port colinux to this new architecture.

  For who does not know, colinux is a port of linux that runs on windows NATIVELY. Colinux is
  1) a small windows driver
  2) a kernel patched
  3) some windows user-space application that talk with linux kernel (network, console, ...)

  I have written the more internal part of colinux, that is the code that switch between windows and linux.
  This is done saving and restore the machine state :
  1) CR3
  2) IDT
  3) registers

  The problem I see is that after the switch I see the reboot of my virtual machine.
  I would say that the new IDT and/or CR3 is not flushed.
  My code is written in asm/C so I can follow the code step by step.
  I can say exactly the instruction that is broken.

  All my code runs nicely on bochs.
  I don't have an x86_64 real PC.

  If someone wants to repair this bug .... I'm here.

  Paolo Minazzi

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/616769/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-10 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-12 12:37 [Qemu-devel] [Bug 616769] [NEW] interrupt problem x86_64 Paolo Minazzi
2016-11-07 18:37 ` [Qemu-devel] [Bug 616769] " Thomas Huth
2016-11-10 11:57 ` Paolo Minazzi
2016-11-10 17:48 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.