Re: [Qemu-devel] [PATCH] Remove libhw

2012-10-05 Thread Anthony Liguori
Stefan Weil writes: > The entries for libhw* are no longer needed in .gitignore. > > There is also no longer a difference between common-obj-y and > hw-obj-y, so one of those two macros is sufficient. > > Signed-off-by: Stefan Weil Applied. Thanks. Regards, Anthony Liguori > --- > > Hi Antho

[Qemu-devel] [PATCH] Remove libhw

2012-10-05 Thread Stefan Weil
The entries for libhw* are no longer needed in .gitignore. There is also no longer a difference between common-obj-y and hw-obj-y, so one of those two macros is sufficient. Signed-off-by: Stefan Weil --- Hi Anthony, this patch is similar to the one which you have sent, but it includes some mor