[Qemu-devel] [PATCH vgabios] Make windows8 work with high resolution when using -vga std in qmeu

2013-09-09 Thread Bo Yang
This patch has been sent to upstream vgabios maillist, but there is no response. Since it is useful for windows8 resolution, I resend it to qemu maillist for review. Signed-off-by: Bo Yang --- vbe.c | 42 ++ 1 files changed, 38 insertions(+), 4

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-31 Thread Bo Yang
>>> Stefan Hajnoczi 08/30/12 7:42 PM >>> On Thu, Aug 30, 2012 at 9:38 AM, Bo Yang wrote: > On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: >> On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: >>> Am 29.08.2012 13:26, schrieb Bo Yang: >>>

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-30 Thread Bo Yang
On 08/30/2012 04:04 PM, Stefan Hajnoczi wrote: > On Wed, Aug 29, 2012 at 09:17:43PM +0200, Stefan Weil wrote: >> Am 29.08.2012 13:26, schrieb Bo Yang: >>> This is reported by QA. When installing os with pxe, after the initial >>> kernel and initrd are loaded, the procedu

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
On 08/30/2012 03:17 AM, Stefan Weil wrote: > Am 29.08.2012 13:26, schrieb Bo Yang: >> This is reported by QA. When installing os with pxe, after the initial >> kernel and initrd are loaded, the procedure tries to copy files from >> install >> server to local harddisk

Re: [Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
On 08/29/2012 11:19 PM, Stefan Hajnoczi wrote: > On Wed, Aug 29, 2012 at 07:26:11PM +0800, Bo Yang wrote: >> This is reported by QA. When installing os with pxe, after the initial >> kernel and initrd are loaded, the procedure tries to copy files from install >> server t

[Qemu-devel] [PATCH v2] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
This is reported by QA. When installing os with pxe, after the initial kernel and initrd are loaded, the procedure tries to copy files from install server to local harddisk, the network becomes stall because of running out of receive descriptor. Signed-off-by: Bo Yang --- hw/eepro100.c |5

Re: [Qemu-devel] [PATCH] Fix buffer run out in eepro100.

2012-08-29 Thread Bo Yang
On 08/29/2012 02:45 PM, Stefan Hajnoczi wrote: > On Wed, Aug 29, 2012 at 1:55 AM, Bo Yang wrote: >> On 08/28/2012 06:59 PM, Stefan Hajnoczi wrote: >>> On Tue, Aug 28, 2012 at 7:23 AM, Bo Yang wrote: >>>> According >>>> to liunux driver's implement

Re: [Qemu-devel] [PATCH] Fix buffer run out in eepro100.

2012-08-28 Thread Bo Yang
On 08/28/2012 06:59 PM, Stefan Hajnoczi wrote: > On Tue, Aug 28, 2012 at 7:23 AM, Bo Yang wrote: >> According >> to liunux driver's implementation, the descriptor with EL bit set >> must not be touched by hardware, usually, the buffer size of this >> descriptor i

[Qemu-devel] [PATCH] Documentation for kvm_stat.

2012-08-27 Thread Bo Yang
Signed-off-by: Bo Yang --- Makefile |9 - kvm_stat.texi | 55 +++ 2 files changed, 63 insertions(+), 1 deletions(-) create mode 100644 kvm_stat.texi diff --git a/Makefile b/Makefile index 1cd5bc8..ee524b0 100644 --- a

[Qemu-devel] [PATCH] Fix buffer run out in eepro100.

2012-08-27 Thread Bo Yang
, the buffer size of this descriptor is set to 0. Signed-off-by: Bo Yang --- hw/eepro100.c | 21 +++-- 1 files changed, 15 insertions(+), 6 deletions(-) diff --git a/hw/eepro100.c b/hw/eepro100.c index 50d117e..e0efd96 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -1619,8 +16

Re: [Qemu-devel] [PATCH] use --libexecdir instead of ignoring it first and reinventing it later

2012-06-06 Thread Bo Yang
> > Bo Yang, I believe you tested the new bridge helper recently. Did you > run into any path issues with /usr/libexec vs. /usr/lib? > I didn't install the package. I only build and test the functions. >From the source code of configure, the CONFIG_QEMU_HELPERDIR is

Re: [Qemu-devel] [PATCH] RTL8139 hotplug is broken on windows 2008 sp2.

2012-05-10 Thread Bo Yang
On 05/10/2012 05:06 AM, Alexander Graf wrote: > > On 09.05.2012, at 23:05, Andreas Färber wrote: > >> Am 09.05.2012 23:00, schrieb Alexander Graf: >>> >>> On 09.05.2012, at 22:20, Andreas Färber wrote: >>> >>>> Am 14.02.2012 0