* [Qemu-devel] SeaBIOS v1.7.2.2 stable release
@ 2013-05-27 12:59 Kevin O'Connor
2013-05-27 13:11 ` [Qemu-devel] [SeaBIOS] " Michael Tokarev
0 siblings, 1 reply; 7+ messages in thread
From: Kevin O'Connor @ 2013-05-27 12:59 UTC (permalink / raw)
To: seabios, qemu-devel, coreboot
A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
This release contains bug fixes.
The release is available via git:
git clone git://git.seabios.org/seabios -b 1.7.2-stable
-Kevin
Asias He (2):
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
virtio-scsi: Set _DRIVER_OK flag before scsi target scanning
Kevin O'Connor (1):
Cache boot-fail-wait to avoid romfile access after POST.
boot.c | 15 +++++++++------
virtio-scsi.c | 5 +++--
virtio-scsi.h | 4 ++--
3 files changed, 14 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-27 12:59 [Qemu-devel] SeaBIOS v1.7.2.2 stable release Kevin O'Connor
@ 2013-05-27 13:11 ` Michael Tokarev
2013-05-29 0:08 ` Kevin O'Connor
0 siblings, 1 reply; 7+ messages in thread
From: Michael Tokarev @ 2013-05-27 13:11 UTC (permalink / raw)
To: Kevin O'Connor; +Cc: seabios, qemu-devel, coreboot
27.05.2013 16:59, Kevin O'Connor wrote:
> A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
> This release contains bug fixes.
>
> The release is available via git:
> git clone git://git.seabios.org/seabios -b 1.7.2-stable
Just.. curious -- why there are no tarballs for the dotdot-point
releases like this one? Not that it's hugely important to have
the tarballs but... :)
Thanks,
/mjt
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-27 13:11 ` [Qemu-devel] [SeaBIOS] " Michael Tokarev
@ 2013-05-29 0:08 ` Kevin O'Connor
2013-05-29 4:43 ` Wenchao Xia
2013-05-29 7:27 ` [Qemu-devel] [coreboot] " Gerd Hoffmann
0 siblings, 2 replies; 7+ messages in thread
From: Kevin O'Connor @ 2013-05-29 0:08 UTC (permalink / raw)
To: Michael Tokarev; +Cc: seabios, qemu-devel, coreboot
On Mon, May 27, 2013 at 05:11:46PM +0400, Michael Tokarev wrote:
> 27.05.2013 16:59, Kevin O'Connor wrote:
> > A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
> > This release contains bug fixes.
> >
> > The release is available via git:
> > git clone git://git.seabios.org/seabios -b 1.7.2-stable
>
> Just.. curious -- why there are no tarballs for the dotdot-point
> releases like this one? Not that it's hugely important to have
> the tarballs but... :)
I thought the stable releases would have a smaller audience, so didn't
think it was needed.
I tried to push the tar file up to the server, but I am having a
difficulty pushing files right now. Hopefully I'll get the 1.7.2.2
tar up in a few days.
-Kevin
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-29 0:08 ` Kevin O'Connor
@ 2013-05-29 4:43 ` Wenchao Xia
2013-05-29 6:19 ` Wenchao Xia
2013-05-29 7:27 ` [Qemu-devel] [coreboot] " Gerd Hoffmann
1 sibling, 1 reply; 7+ messages in thread
From: Wenchao Xia @ 2013-05-29 4:43 UTC (permalink / raw)
To: Kevin O'Connor; +Cc: Anthony Liguori, seabios, Michael Tokarev, qemu-devel
于 2013-5-29 8:08, Kevin O'Connor 写道:
> On Mon, May 27, 2013 at 05:11:46PM +0400, Michael Tokarev wrote:
>> 27.05.2013 16:59, Kevin O'Connor wrote:
>>> A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
>>> This release contains bug fixes.
>>>
>>> The release is available via git:
>>> git clone git://git.seabios.org/seabios -b 1.7.2-stable
>>
>> Just.. curious -- why there are no tarballs for the dotdot-point
>> releases like this one? Not that it's hugely important to have
>> the tarballs but... :)
>
> I thought the stable releases would have a smaller audience, so didn't
> think it was needed.
>
> I tried to push the tar file up to the server, but I am having a
> difficulty pushing files right now. Hopefully I'll get the 1.7.2.2
> tar up in a few days.
>
> -Kevin
>
Hi, Kevin
I found my guest can't boot up in nested KVM env, while using old
bios it succeed:
Kernel panic - not syncing: Attempted to kill init!
? panic
? do_exit
? fput
? do_group_exit
? sys_exit_group
? system_call_fastpath
* RH6.4(no cpu specifed, kernel 3.10, latest qemu, latest seabios)
|
RH6.4(CPU KVM-64, kernel 3.10)
|
Fedora18(kernel, kernel 3.8.11)
|
intel vmx
I simply supplied the parameter -bios to replace bios.bin in qemu
command line, did I miss something?
--
Best Regards
Wenchao Xia
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-29 4:43 ` Wenchao Xia
@ 2013-05-29 6:19 ` Wenchao Xia
0 siblings, 0 replies; 7+ messages in thread
From: Wenchao Xia @ 2013-05-29 6:19 UTC (permalink / raw)
To: Kevin O'Connor; +Cc: Anthony Liguori, seabios, qemu-devel
于 2013-5-29 12:43, Wenchao Xia 写道:
> 于 2013-5-29 8:08, Kevin O'Connor 写道:
>> On Mon, May 27, 2013 at 05:11:46PM +0400, Michael Tokarev wrote:
>>> 27.05.2013 16:59, Kevin O'Connor wrote:
>>>> A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
>>>> This release contains bug fixes.
>>>>
>>>> The release is available via git:
>>>> git clone git://git.seabios.org/seabios -b 1.7.2-stable
>>>
>>> Just.. curious -- why there are no tarballs for the dotdot-point
>>> releases like this one? Not that it's hugely important to have
>>> the tarballs but... :)
>>
>> I thought the stable releases would have a smaller audience, so didn't
>> think it was needed.
>>
>> I tried to push the tar file up to the server, but I am having a
>> difficulty pushing files right now. Hopefully I'll get the 1.7.2.2
>> tar up in a few days.
>>
>> -Kevin
>>
> Hi, Kevin
> I found my guest can't boot up in nested KVM env, while using old
> bios it succeed:
>
> Kernel panic - not syncing: Attempted to kill init!
> ? panic
> ? do_exit
> ? fput
> ? do_group_exit
> ? sys_exit_group
> ? system_call_fastpath
>
> * RH6.4(no cpu specifed, kernel 3.10, latest qemu, latest seabios)
> |
> RH6.4(CPU KVM-64, kernel 3.10)
> |
> Fedora18(kernel, kernel 3.8.11)
> |
> intel vmx
>
> I simply supplied the parameter -bios to replace bios.bin in qemu
> command line, did I miss something?
>
It works normal after replacing bios.bin as README in a directory,
pls ignore above mail, sorry for disturb.
--
Best Regards
Wenchao Xia
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [coreboot] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-29 0:08 ` Kevin O'Connor
2013-05-29 4:43 ` Wenchao Xia
@ 2013-05-29 7:27 ` Gerd Hoffmann
2013-05-30 1:35 ` Kevin O'Connor
1 sibling, 1 reply; 7+ messages in thread
From: Gerd Hoffmann @ 2013-05-29 7:27 UTC (permalink / raw)
To: Kevin O'Connor; +Cc: seabios, Michael Tokarev, qemu-devel, coreboot
On 05/29/13 02:08, Kevin O'Connor wrote:
> On Mon, May 27, 2013 at 05:11:46PM +0400, Michael Tokarev wrote:
>> 27.05.2013 16:59, Kevin O'Connor wrote:
>>> A new stable release of SeaBIOS (version 1.7.2.2) has been tagged.
>>> This release contains bug fixes.
>>>
>>> The release is available via git:
>>> git clone git://git.seabios.org/seabios -b 1.7.2-stable
>>
>> Just.. curious -- why there are no tarballs for the dotdot-point
>> releases like this one? Not that it's hugely important to have
>> the tarballs but... :)
>
> I thought the stable releases would have a smaller audience, so didn't
> think it was needed.
qemu upstream project doesn't need tarballs as it simply uses a git
submodule.
distros usually compile seabios from source instead of using the
prebuild binary included in the qemu tarball (for gpl compliance and
other reasons). So having tarballs even for minor releases is useful.
While talking about releases: There are quite some changes accumulated
in master, time to cut a new release I think. Given that sorting the
acpi table issue seems to take more time than expected, how about freeze
+ call for patches _now_, release 1.7.3 some-when in June, then plan to
merge the apci changes (however it works out) for 1.7.4?
cheers,
Gerd
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [coreboot] [SeaBIOS] SeaBIOS v1.7.2.2 stable release
2013-05-29 7:27 ` [Qemu-devel] [coreboot] " Gerd Hoffmann
@ 2013-05-30 1:35 ` Kevin O'Connor
0 siblings, 0 replies; 7+ messages in thread
From: Kevin O'Connor @ 2013-05-30 1:35 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: seabios, Michael Tokarev, qemu-devel, coreboot
On Wed, May 29, 2013 at 09:27:16AM +0200, Gerd Hoffmann wrote:
> While talking about releases: There are quite some changes accumulated
> in master, time to cut a new release I think. Given that sorting the
> acpi table issue seems to take more time than expected, how about freeze
> + call for patches _now_, release 1.7.3 some-when in June, then plan to
> merge the apci changes (however it works out) for 1.7.4?
Makes sense.
-Kevin
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-30 1:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 12:59 [Qemu-devel] SeaBIOS v1.7.2.2 stable release Kevin O'Connor
2013-05-27 13:11 ` [Qemu-devel] [SeaBIOS] " Michael Tokarev
2013-05-29 0:08 ` Kevin O'Connor
2013-05-29 4:43 ` Wenchao Xia
2013-05-29 6:19 ` Wenchao Xia
2013-05-29 7:27 ` [Qemu-devel] [coreboot] " Gerd Hoffmann
2013-05-30 1:35 ` Kevin O'Connor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).