[kvm-devel] [PATCH] kvm: qemu: Allow booting from extboot drive with -kernel

2008-04-29 Thread Mark McLoughlin
The -kernel option generates a new boot sector for the boot drive which jumps directly to the supplied kernel rather than running the standard bootloader. Trivially fix generate_bootsect() to handle the case where we're booting using extboot. Signed-off-by: Mark McLoughlin <[EMAIL P

Re: [kvm-devel] [PATCH 15/20] x86: move dma_supported and dma_set_mask to pci-dma_32.c

2008-03-27 Thread Mark McLoughlin
o] undefined! ERROR: "dma_supported" [drivers/media/video/cx23885/cx23885.ko] undefined! They just need to be exported like on x86_64. Cheers, Mark. Subject: [PATCH] x86: export dma_supported() and dma_set_mask() on i386 dma_supported() and dma_set_mask() were previously inlined,