All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] migration: Fix 32 bit compiler errors
@ 2015-02-28 18:09 ` Stefan Weil
  0 siblings, 0 replies; 32+ messages in thread
From: Stefan Weil @ 2015-02-28 18:09 UTC (permalink / raw)
  To: QEMU Trivial; +Cc: Amit Shah, QEMU Developer, Juan Quintela

Obviously that code was never before compiled on 32 bit hosts.
The RDMA API uses lots of uint64_t values and the code casts them
to and from pointers.

I tried to fix the compilation but did not run any runtime tests.

I think the first two patches are trivial, but the third one might
not be trivial, so please review it carefully.

Regards
Stefan

[PATCH 1/3] migration: Fix coding style (whitespace issues)
[PATCH 2/3] migration: Fix some 32 bit compiler errors
[PATCH 3/3] migration: Fix remaining 32 bit compiler errors


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

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 18:09 [Qemu-trivial] migration: Fix 32 bit compiler errors Stefan Weil
2015-02-28 18:09 ` [Qemu-devel] " Stefan Weil
2015-02-28 18:09 ` [Qemu-trivial] [PATCH 1/3] migration: Fix coding style (whitespace issues) Stefan Weil
2015-02-28 18:09   ` [Qemu-devel] " Stefan Weil
2015-03-02 12:15   ` [Qemu-trivial] " Michael Tokarev
2015-03-02 12:15     ` [Qemu-devel] " Michael Tokarev
2015-03-04 12:20   ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-03-04 12:20     ` Dr. David Alan Gilbert
2015-03-17 12:42   ` [Qemu-trivial] " Juan Quintela
2015-03-17 12:42     ` [Qemu-devel] " Juan Quintela
2015-02-28 18:09 ` [Qemu-trivial] [PATCH 2/3] migration: Fix some 32 bit compiler errors Stefan Weil
2015-02-28 18:09   ` [Qemu-devel] " Stefan Weil
2015-03-04 12:44   ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-03-04 12:44     ` Dr. David Alan Gilbert
2015-03-04 21:00     ` [Qemu-trivial] " Stefan Weil
2015-03-04 21:00       ` Stefan Weil
2015-03-05 10:28       ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-03-05 10:28         ` Dr. David Alan Gilbert
2015-03-17 13:10   ` [Qemu-trivial] " Juan Quintela
2015-03-17 13:10     ` [Qemu-devel] " Juan Quintela
2015-02-28 18:09 ` [Qemu-trivial] [PATCH 3/3] migration: Fix remaining " Stefan Weil
2015-02-28 18:09   ` [Qemu-devel] " Stefan Weil
2015-03-04 13:31   ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-03-04 13:31     ` Dr. David Alan Gilbert
2015-03-04 20:45     ` [Qemu-trivial] " Stefan Weil
2015-03-04 20:45       ` Stefan Weil
2015-03-05 10:10       ` [Qemu-trivial] " Dr. David Alan Gilbert
2015-03-05 10:10         ` Dr. David Alan Gilbert
2015-03-17 13:11   ` [Qemu-trivial] " Juan Quintela
2015-03-17 13:11     ` [Qemu-devel] " Juan Quintela
2015-03-02  5:58 ` [Qemu-trivial] migration: Fix " Amit Shah
2015-03-02  5:58   ` [Qemu-devel] " Amit Shah

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.