All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests: The order of the fields are in reverse one isr stack.
@ 2009-10-29  9:12 Gleb Natapov
  2009-11-03 13:43 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Gleb Natapov @ 2009-10-29  9:12 UTC (permalink / raw)
  To: avi, mtosatti; +Cc: kvm


Signed-off-by: Gleb Natapov <gleb@redhat.com>
diff --git a/kvm/user/test/x86/apic.c b/kvm/user/test/x86/apic.c
index 4e89c77..b6718ec 100644
--- a/kvm/user/test/x86/apic.c
+++ b/kvm/user/test/x86/apic.c
@@ -19,11 +19,11 @@ typedef struct {
 } idt_entry_t;
 
 typedef struct {
-    ulong rflags;
-    ulong cs;
-    ulong rip;
-    ulong func;
     ulong regs[sizeof(ulong)*2];
+    ulong func;
+    ulong rip;
+    ulong cs;
+    ulong rflags;
 } isr_regs_t;
 
 #ifdef __x86_64__
--
			Gleb.

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

* Re: [PATCH] tests: The order of the fields are in reverse one isr stack.
  2009-10-29  9:12 [PATCH] tests: The order of the fields are in reverse one isr stack Gleb Natapov
@ 2009-11-03 13:43 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2009-11-03 13:43 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: avi, kvm

Applied both, thanks.

On Thu, Oct 29, 2009 at 11:12:57AM +0200, Gleb Natapov wrote:
> 
> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> diff --git a/kvm/user/test/x86/apic.c b/kvm/user/test/x86/apic.c
> index 4e89c77..b6718ec 100644
> --- a/kvm/user/test/x86/apic.c
> +++ b/kvm/user/test/x86/apic.c

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

end of thread, other threads:[~2009-11-03 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-29  9:12 [PATCH] tests: The order of the fields are in reverse one isr stack Gleb Natapov
2009-11-03 13:43 ` Marcelo Tosatti

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.