[Qemu-devel] [PATCH 1/7] balloon: Make functions, local vars static

2011-07-26 Thread Amit Shah
balloon.h had function declarations for a couple of functions that are local to balloon.c. Make them static. Drop the 'qemu_' prefix for balloon.c-local variables, and make them static. Signed-off-by: Amit Shah Reviewed-by: Markus Armbruster --- balloon.c | 22 +++--- balloo

[Qemu-devel] [PULL 0/7] virtio-balloon: cleanups, fix segfault from use-after-free

2011-07-26 Thread Amit Shah
Hello, This same as the last week's patchset, with Markus's analysis included in 5/7's commit log. I think this should go to 0.15 as well. This series cleans up the virtio-balloon driver and fixes a use-after-free segfault when 'balloon 0' is issued in the monitor. The following changes since c

[Qemu-devel] Join my network on LinkedIn

2011-07-26 Thread Gioacchino Mendola via LinkedIn
LinkedIn Gioacchino Mendola requested to add you as a connection on LinkedIn: -- I'd like to add you to my professional network on LinkedIn. Accept invitation from Gioacchino Mendola http://www.linkedin.com/e/-kkb1ec-gqkn51g3-5g/qTMm

[Qemu-devel] [PATCH v2 0/1] The intro for QEMU disk I/O limits

2011-07-26 Thread Zhi Yong Wu
The main goal of the patch is to effectively cap the disk I/O speed or counts of one single VM.It is only one draft, so it unavoidably has some drawbacks, if you catch them, please let me know. The patch will mainly introduce one block I/O throttling algorithm, one global timer and one block qu

[Qemu-devel] [PATCH v2 1/1] The codes V2 for QEMU disk I/O limits.

2011-07-26 Thread Zhi Yong Wu
Welcome to give me your comments, thanks. Signed-off-by: Zhi Yong Wu --- Makefile.objs |2 +- block.c | 288 +++-- block.h |1 - block/blk-queue.c | 116 + block/blk-queue.h | 70 +

[Qemu-devel] [PATCH 1/1] The codes V2 for QEMU disk I/O limits.

2011-07-26 Thread Zhi Yong Wu
Welcome to give me your comments, thanks. Signed-off-by: Zhi Yong Wu --- Makefile.objs |2 +- block.c | 288 +++-- block.h |1 - block/blk-queue.c | 116 + block/blk-queue.h | 70 +

[Qemu-devel] [PATCH 0/1] The intro for QEMU disk I/O limits

2011-07-26 Thread Zhi Yong Wu
The main goal of the patch is to effectively cap the disk I/O speed or counts of one single VM.It is only one draft, so it unavoidably has some drawbacks, if you catch them, please let me know. The patch will mainly introduce one block I/O throttling algorithm, one global timer and one block qu

Re: [Qemu-devel] [PATCH 1/1] block/vpc.c: Detect too-large vpc file

2011-07-26 Thread Kevin Wolf
Am 25.07.2011 20:34, schrieb Serge E. Hallyn: > VHD files technically can be up to 2Tb, but virtual pc is limited > to 127G. Currently qemu-img refused to create vpc files > 127G, > but it is failing to return error when converting from a non-vpc > VHD file which is >127G. It returns success, but

Re: [Qemu-devel] qemu crashes on Mac OS X

2011-07-26 Thread Paolo Bonzini
On 07/26/2011 06:58 AM, Alexandre Raymond wrote: > +#ifdef __APPLE__ > +if (sig == 0) continue; > +#endif >From looking at the code this should not happen: http://fxr.watson.org/fxr/source/bsd/kern/kern_sig.c?v=xnu-792#L986 1046 sigw = (ut->uu_sigwait & siglist); ... 1053

[Qemu-devel] [PATCH v7] showing a splash picture when start

2011-07-26 Thread Wayne Xia
From: wayne Added options to let qemu transfer two configuration files to bios: "bootsplash.bmp" and "etc/boot-menu-wait", which could be specified by command -boot splash=P,splash-time=T P is jpg/bmp file name or an absolute path, T have a max value of 0x, unit is ms. With these two

Re: [Qemu-devel] [RFC v5 86/86] 440fx: fix PAM, PCI holes

2011-07-26 Thread Avi Kivity
On 07/26/2011 12:34 AM, Eric Northup wrote: On Wed, Jul 20, 2011 at 9:50 AM, Avi Kivity wrote: [...] > @@ -130,7 +137,13 @@ static void pc_init1(MemoryRegion *system_memory, > > if (pci_enabled) { > pci_bus = i440fx_init(&i440fx_state,&piix3_devfn, isa_irq, > -

Re: [Qemu-devel] [PULL] libcacard AFE support and bug fixes

2011-07-26 Thread Alon Levy
On Tue, Jul 26, 2011 at 10:02:52AM +0300, Alon Levy wrote: > On Fri, Jul 22, 2011 at 06:08:40PM +0300, Alon Levy wrote: > > Hi, > > > > Hi Anthony, > > Forgot to mention I would like this to be pulled for 0.15.0. > > Alon Also, I've added a revised patch for libcacard.pc. The original is htt

[Qemu-devel] Professional Web Design and Web Development Agency

2011-07-26 Thread Deepak
Hi, As many as 90% websites do not deliver business to their potential because they do not appeal to the target audience. And the reason most visitors leave a website is because of a poor design and navigation. So is your website really customer-ready? Not really, if we go by the a

Re: [Qemu-devel] [PULL] libcacard AFE support and bug fixes

2011-07-26 Thread Alon Levy
On Fri, Jul 22, 2011 at 06:08:40PM +0300, Alon Levy wrote: > Hi, > Hi Anthony, Forgot to mention I would like this to be pulled for 0.15.0. Alon > Please pull fixes for AFE smart cards, cleanup and missing frees > by Robert Relyea and Christophe Fergeau. Thanks. > > The following changes s

<    1   2   3