Re: [Qemu-devel] [PATCH 02/10] Common: Add quick access to first boot device

2013-04-26 Thread Anthony Liguori
Dominik Dingel writes: > Instead of manually parsing the boot_list as character stream, > we can access the nth boot device, specified by the position in the > boot order. > > Signed-off-by: Dominik Dingel > Reviewed-by: Anthony Liguori Regards, Anthony Liguori > diff --git a/include/sysemu

[Qemu-devel] [PATCH 02/10] Common: Add quick access to first boot device

2013-04-26 Thread Dominik Dingel
Instead of manually parsing the boot_list as character stream, we can access the nth boot device, specified by the position in the boot order. Signed-off-by: Dominik Dingel diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h index 6578782..43b961c 100644 --- a/include/sysemu/sysemu.h