Re: [PATCH] Add testpci command (v5)

2013-01-27 Thread Jonathan McDowell
On Thu, Jan 24, 2013 at 09:12:41PM -0800, Jonathan McDowell wrote: > On Sun, Jan 20, 2013 at 11:27:28PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > > On 13.10.2012 00:18, Jonathan McDowell wrote: > (some code) > > ARG_TYPE_INT means that the argument is d

Re: [PATCH] Add testpci command (v4)

2013-01-24 Thread Jonathan McDowell
On Sun, Jan 20, 2013 at 11:27:28PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 13.10.2012 00:18, Jonathan McDowell wrote: (some code) > ARG_TYPE_INT means that the argument is decimal integer but it's not the > case here. > Please follow indent style. >

Re: [PATCH] Add testpci command (v3)

2012-10-12 Thread Jonathan McDowell
On Wed, Oct 10, 2012 at 05:21:45PM -0700, Jonathan McDowell wrote: > On Thu, Sep 27, 2012 at 02:42:11PM -0700, Jonathan McDowell wrote: > > I have a machine with both Linux and Windows installed on the hard > > drive. Linux runs on the bare metal and I occasionally run the Windows &

Re: [PATCH] Add testpci command (v2)

2012-10-10 Thread Jonathan McDowell
On Thu, Sep 27, 2012 at 02:42:11PM -0700, Jonathan McDowell wrote: > I have a machine with both Linux and Windows installed on the hard > drive. Linux runs on the bare metal and I occasionally run the Windows > install in a VM using KVM pointed at /dev/sda. However if I'm not quic

[PATCH] Add testpci command

2012-09-27 Thread Jonathan McDowell
: | if testpci 8086:1237; then | set default="2" | fi in my grub.cfg to correctly select the Windows partition if the qemu provided host bridge is present. Signed-off-by: Jonathan McDowell - === modified file 'grub-core/Makefile.core.def' --- grub-core/Makefile