[COMMIT master] kvm: use new header layout

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/Makefile.target b/Makefile.target index 0041a46..ab8 100644 --- a/Makefile.target +++ b/Makefile.target @@ -134,6 +134,9 @@ endif kvm.o: CFLAGS+=$(KVM_CFLAGS) kvm-all.o: CFLAGS+=$(KVM_CFLAGS)

[COMMIT master] kvm: Move kernel headers from asm-x86 to arch/x86/include

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com This removes the need for an 'asm' symlink. Signed-off-by: Avi Kivity a...@redhat.com diff --git a/kvm/kernel/include/asm-x86/kvm.h b/kvm/kernel/arch/x86/include/asm/kvm.h similarity index 100% rename from kvm/kernel/include/asm-x86/kvm.h rename to

[COMMIT master] kvm: add i8254.c to list of files requiring kvm includes

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/Makefile.target b/Makefile.target index bc4a0ed..91fa57f 100644 --- a/Makefile.target +++ b/Makefile.target @@ -134,8 +134,8 @@ endif kvm.o: CFLAGS+=$(KVM_CFLAGS) kvm-all.o: CFLAGS+=$(KVM_CFLAGS)

[COMMIT master] device assignment: move memset to after mmap failure check

2009-04-26 Thread Avi Kivity
From: Michael S. Tsirkin m...@redhat.com By the time we've done a memset, it's too late to check the pointer for MAP_FAILED value. Let's compare to MAP_FAILED first. Signed-off-by: Michael S. Tsikirn m...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/hw/device-assignment.c

[COMMIT master] kvm: i8254-kvm.c depends on kvm, not i8254.c

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/Makefile.target b/Makefile.target index 91fa57f..d890220 100644 --- a/Makefile.target +++ b/Makefile.target @@ -134,7 +134,7 @@ endif kvm.o: CFLAGS+=$(KVM_CFLAGS) kvm-all.o: CFLAGS+=$(KVM_CFLAGS)

[COMMIT master] Merge commit 'bios/master'

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com * commit 'bios/master': - fixed PCI IRQ router check for legacy BIOS (checking vendor ID only) - removed wrong character from FSF address (converted invisible and useless - implemented MTRR support in the bios. This is a combination of the individual

[COMMIT master] Regenerate bios for bochs bios merge

2009-04-26 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 04c1f86..d5d42f3 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ -- To unsubscribe from this list: send the line unsubscribe kvm-commits in the