Re: [SeaBIOS] [Qemu-devel] [PATCH v2] map 64-bit PCI BARs at location provided by emulator

2013-10-13 Thread Michael S. Tsirkin
On Sun, Oct 13, 2013 at 05:11:54PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 15:31:23 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 02:13:44PM +0200, Igor Mammedov wrote: Currently 64-bit PCI BARs are unconditionally mapped by BIOS right over 4G +

Re: [SeaBIOS] [Qemu-devel] [PATCH v2] map 64-bit PCI BARs at location provided by emulator

2013-10-13 Thread Igor Mammedov
On Sun, 13 Oct 2013 18:59:20 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 05:11:54PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 15:31:23 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 02:13:44PM +0200, Igor Mammedov wrote:

Re: [SeaBIOS] [Qemu-devel] [PATCH v2] map 64-bit PCI BARs at location provided by emulator

2013-10-13 Thread Michael S. Tsirkin
On Sun, Oct 13, 2013 at 06:23:28PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 18:59:20 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 05:11:54PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 15:31:23 +0300 Michael S. Tsirkin m...@redhat.com wrote:

[SeaBIOS] [PATCH v3] pvscsi boot support

2013-10-13 Thread Evgeny Budilovsky
Signed-off-by: Evgeny Budilovsky evgeny.budilov...@ravellosystems.com --- Makefile |2 +- src/Kconfig | 12 ++ src/block.c |1 + src/block.h |1 + src/hw/blockcmd.c |3 + src/hw/pci_ids.h |3 + src/hw/pvscsi.c | 365

Re: [SeaBIOS] [Qemu-devel] [PATCH v2] map 64-bit PCI BARs at location provided by emulator

2013-10-13 Thread Igor Mammedov
On Sun, 13 Oct 2013 19:33:19 +0200 Igor Mammedov imamm...@redhat.com wrote: On Sun, 13 Oct 2013 19:46:09 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 06:23:28PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 18:59:20 +0300 Michael S. Tsirkin m...@redhat.com

Re: [SeaBIOS] [Qemu-devel] [PATCH v2] map 64-bit PCI BARs at location provided by emulator

2013-10-13 Thread Kevin O'Connor
On Sun, Oct 13, 2013 at 08:19:16PM +0200, Igor Mammedov wrote: On Sun, 13 Oct 2013 19:33:19 +0200 Igor Mammedov imamm...@redhat.com wrote: On Sun, 13 Oct 2013 19:46:09 +0300 Michael S. Tsirkin m...@redhat.com wrote: On Sun, Oct 13, 2013 at 06:23:28PM +0200, Igor Mammedov wrote: On

Re: [SeaBIOS] [PATCH v3] pvscsi boot support

2013-10-13 Thread Paul Menzel
Dear Evgeny, thank you for the patch iterations! A minor nitpick, I prefer having a verb in the commit summary. Add pvscsi boot support Also you could add your reply (the things you tested on) to the commit message. Am Sonntag, den 13.10.2013, 20:07 +0300 schrieb Evgeny Budilovsky: