Kristof Provost
776d3d5924
virtio: Fix running on machines with memory above 0xffffffff
...
We want to allocate a contiguous memory block anywhere in memory, but
expressed this as having to be between 0 and 0xffffffff. This limits us
on 64-bit machines, and outright breaks on machines where memory is
mapped above that address range.
Allow the full address range to be used for this allocation.
Sponsored by: Axiado
2019-07-26 19:16:02 +00:00
..
2019-07-25 22:02:55 +00:00
2019-07-22 21:55:33 +00:00
2019-07-26 05:07:09 +00:00
2019-07-26 19:14:12 +00:00
2019-07-17 16:38:29 +00:00
2019-07-10 13:47:10 +00:00
2019-07-25 03:47:27 +00:00
2019-07-16 19:00:42 +00:00
2019-05-27 00:47:51 +00:00
2019-06-22 05:35:23 +00:00
2019-07-26 19:16:02 +00:00
2019-07-20 17:42:46 +00:00
2019-07-07 08:58:02 +00:00
2019-07-01 22:06:36 +00:00
2019-05-08 19:27:30 +00:00
2019-07-25 22:02:55 +00:00
2019-07-25 05:55:55 +00:00
2019-06-11 23:00:55 +00:00
2019-07-19 18:38:47 +00:00
2019-07-22 16:01:20 +00:00
2019-07-24 21:26:17 +00:00
2019-07-25 22:23:34 +00:00
2019-06-10 14:31:18 +00:00
2019-07-23 21:28:20 +00:00
2019-07-14 12:04:39 +00:00
2019-06-25 15:43:52 +00:00
2019-07-24 16:51:14 +00:00
2019-06-04 06:21:31 +00:00
2019-06-11 23:28:07 +00:00
2019-07-25 15:27:05 +00:00
2019-07-25 22:02:55 +00:00
2019-05-20 00:38:23 +00:00
2019-07-15 21:25:16 +00:00
2019-07-25 18:48:31 +00:00
2019-06-08 16:26:56 +00:00
2019-07-17 22:07:43 +00:00
2019-07-20 18:25:41 +00:00
2019-07-14 21:08:54 +00:00