Gleb Natapov wrote:
> On Mon, Jul 05, 2010 at 08:39:38AM +0200, Jan Kiszka wrote:
>> Paul Brook wrote:
Blue Swirl wrote:
> On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote:
>> Paul Brook wrote:
I really see no tangible objection to Jan's patches. They don't
impact a
On Mon, Jul 05, 2010 at 08:39:38AM +0200, Jan Kiszka wrote:
> Paul Brook wrote:
> >> Blue Swirl wrote:
> >>> On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote:
> Paul Brook wrote:
> >> I really see no tangible objection to Jan's patches. They don't
> >> impact any other code. They do
Paul Brook wrote:
>> Blue Swirl wrote:
>>> On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote:
Paul Brook wrote:
>> I really see no tangible objection to Jan's patches. They don't
>> impact any other code. They don't inhibit flexibility in the
>> infrastructure. You might consider
This patch makes use of pci device initialization helper function
to convert if/switch clause to table driven.
So this makes it easier to add q35 initialization code.
Signed-off-by: Isaku Yamahata
---
Makefile |2 +-
src/i440fx.c | 52 ++
src/i440fx.h | 17 ++
introduce helper function to initialize a given device,
This will be used later.
Signed-off-by: Isaku Yamahata
---
src/pci.c | 20
src/pci.h | 34 ++
2 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/src/pci.c b/src/pci.c
ind
This patch series cleans up pci device initialization by introducing
a helper function.
This makes it easier to add more device initialization code cleanly
as preparation for q35 chipset.
Isaku Yamahata (2):
seabios: pci: introduce helper function to initialize a given device.
seabios: pciinit
> Blue Swirl wrote:
> > On Sat, Jul 3, 2010 at 7:39 AM, Jan Kiszka wrote:
> >> Paul Brook wrote:
> I really see no tangible objection to Jan's patches. They don't
> impact any other code. They don't inhibit flexibility in the
> infrastructure. You might consider it to be a "hack"
You're confusing pci bus address with physical address.
BAR is pci bus address.
On Sat, Jul 03, 2010 at 12:11:58PM +0800, chen huacai wrote:
> I have some doubts: when newcfg=0, Qemu Monitor shows
> BAR6: 32bit memory at 0x0400 [0x0400]
> Does this means the physical address 0x0400 isn
On Tue, Jun 22, 2010 at 05:57:45PM +0900, Isaku Yamahata wrote:
> Changes v1 -> v2:
> - simplified foreachpci_in_bus()
> - add overlap check during pci bar assignemnt.
> - use c99 initialization.
>
> Patch description:
>
> This patch set allows seabios to initialize multi pci bus and 64bit BAR.
>
On Sun, Jul 4, 2010 at 05:12, Eduardo Cruz wrote:
> I get the following error message when running an OpenMP hello world
> application:
>
> edua...@eduardo-ubuntu:~/qemu/qemu-0.12.4$
> ./x86_64-linux-user/qemu-x86_64 ../a.out
> ERROR: ioctl(SNDCTL_DSP_MAPINBUF): target=0x80085013 host=0x80105013
>
Handle smc as an undefined instruction instead of having it wrongly
interpreted as some other one.
Signed-off-by: Adam Lackorzynski
---
target-arm/translate.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/target-arm/translate.c b/target-arm/translate.c
index 6fcdd
11 matches
Mail list logo