On 01/19/2010 06:04 PM, Juan Quintela wrote:
Anthony Liguori wrote:
On 01/19/2010 06:17 AM, Kirill A. Shutemov wrote:
On Tue, Jan 19, 2010 at 2:11 PM, Juan Quintela wrote:
"Kirill A. Shutemov" wrote:
A variant of write(2) which handles partial write.
Signed
Anthony Liguori wrote:
> >-write(posix_aio_state->wfd,&byte, sizeof(byte));
> >+ret = write(posix_aio_state->wfd,&byte, sizeof(byte));
> >+if (ret< 0&& errno != EAGAIN)
> >+die("write()");
> > }
> >
> >if write() fails in a pipe in the signal handler, I am
Anthony Liguori wrote:
> On 01/19/2010 02:03 PM, Chris Wright wrote:
> >* Anthony Liguori (anth...@codemonkey.ws) wrote:
> >
> >>I'm very much against having -cpu Nehalem. The whole point of this is
> >>to make things easier for a user and for most of the users I've
> >>encountered, -cpu Nehale
Michael S. Tsirkin wrote:
> On Mon, Jan 18, 2010 at 11:34:59AM +0100, Markus Armbruster wrote:
> > BDRV_O_RDWR is a flag, just like BDRV_SNAPSHOT. We don't have
> > BDRV_DONT_SNAPSHOT, either.
>
> Well, this just mirros the file access macros: we have RDONLY, WRONLY
> and RDRW. I assume this simi
Naphtali Sprei wrote:
> }
> (void)bdrv_set_read_only(dinfo->bdrv, 1);
> }
> +/*
> + * cdrom is read-only. Set it now, after above interface checking
> + * since readonly attribute not explicitly required, so no error.
> + */
> +if (media == MEDIA_CDROM) {
Hi:
Does anybody here have read the network simulation code in qemu and have a
knowledge of how it works and connected to the host network? And how network
tap works in qemu?
On Wed, Jan 20, 2010 at 1:56 AM, Juan Quintela wrote:
> From: Kirill A. Shutemov
>
> CC block/vvfat.o
> cc1: warnings being treated as errors
> block/vvfat.c: In function 'commit_one_file':
> block/vvfat.c:2259: error: ignoring return value of 'ftruncate', declared
> with attribute warn_unuse
Jamie Lokier writes:
> Michael S. Tsirkin wrote:
>> On Mon, Jan 18, 2010 at 11:34:59AM +0100, Markus Armbruster wrote:
>> > BDRV_O_RDWR is a flag, just like BDRV_SNAPSHOT. We don't have
>> > BDRV_DONT_SNAPSHOT, either.
>>
>> Well, this just mirros the file access macros: we have RDONLY, WRONLY
Luiz Capitulino writes:
> On Mon, 18 Jan 2010 18:16:21 +0100
> Markus Armbruster wrote:
[...]
>> > +/**
>> > + * do_pci_info(): PCI buses and devices information
>> > + *
>> > + * The returned QObject is a QList of all buses. Each bus is
>> > + * represented by a QDict, which has a key with a QL
101 - 109 of 109 matches
Mail list logo