| Submitter | Gerd Hoffmann |
|---|---|
| Date | Nov. 30, 2012, 3:29 p.m. |
| Message ID | <1354289397-20961-2-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/202974/ |
| State | New |
| Headers | show |
Comments
On 30 November 2012 15:29, Gerd Hoffmann <kraxel@redhat.com> wrote: > This patch updates the seabios submodule to commit > b1c35f2b28cc0c94ebed8176ff61ac0e0b377798. Shouldn't this be in the same git commit as the new binaries, so they're always in sync? -- PMM
On 11/30/12 16:41, Peter Maydell wrote: > On 30 November 2012 15:29, Gerd Hoffmann <kraxel@redhat.com> wrote: >> This patch updates the seabios submodule to commit >> b1c35f2b28cc0c94ebed8176ff61ac0e0b377798. > > Shouldn't this be in the same git commit as the new > binaries, so they're always in sync? It's in the same pull, patch 3/3 carries the binary update. Isn't that good enougth? cheers, Gerd
Patch
diff --git a/roms/seabios b/roms/seabios index 5a02306..b1c35f2 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 5a023065388287e261ae9212452ff541f9fa9cd3 +Subproject commit b1c35f2b28cc0c94ebed8176ff61ac0e0b377798
This patch updates the seabios submodule to commit b1c35f2b28cc0c94ebed8176ff61ac0e0b377798. Most important change is that seabios sets the busmaster bit in the pci config space for the lsi and esp scsi host adapters. Since commit 1c380f9460522f32c8dd2577b2a53d518ec91c6d qemu is strict here and disallows any dma access when the bit is clear. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- roms/seabios | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)