Reworked this a bit... I hope it covers all cases now.
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/49#issuecomment-197252661___
ipxe-devel mailing list
ipxe-devel@
> Thanks. Your patch seems to completely remove the "-nopie" option for all
> versions of gcc. I'm pretty sure this is going to break the versions that
> required the workaround in the first place.
I did not find a version of `gcc` that requires (or even understands) `-nopie`.
Do you have any in
Ah, true...
Looks like I just built in the correct order for things to work correctly. :-D
I will have a look at the build system.
---
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/50#issuecomment-197219389__
On Tue, Mar 15, 2016 at 7:02 PM, Stefan Hajnoczi wrote:
> On Mon, Mar 14, 2016 at 03:48:21PM +0100, Ladi Prosek wrote:
>> The goal here is to support booting from modern and transitional
>> virtio-net devices using the new virtio 1.0 protocol. The code
>> strives to comply with the virtio 1.0 spec
On Tue, Mar 15, 2016 at 6:54 PM, Stefan Hajnoczi wrote:
> On Mon, Mar 14, 2016 at 03:48:24PM +0100, Ladi Prosek wrote:
>> @@ -130,7 +131,11 @@ void vring_kick(unsigned int ioaddr, struct
>> vring_virtqueue *vq, int num_added)
>> vr->avail->idx += num_added;
>>
>> mb();
>> - if (!(vr->us
On Tue, Mar 15, 2016 at 6:36 PM, Stefan Hajnoczi wrote:
> On Mon, Mar 14, 2016 at 03:48:23PM +0100, Ladi Prosek wrote:
>> Virtio 1.0 introduces new constants and data structures, common to
>> all devices as well as specific to virtio-net. This commit adds a
>> subset of these to be able to drive t
6 matches
Mail list logo