On 19.12.2010, at 20:12, Andreas Färber wrote:
> Am 19.12.2010 um 16:34 schrieb Alexander Graf:
>
>> On 19.12.2010, at 16:04, Andreas Färber wrote:
>>
>>> Am 19.12.2010 um 10:54 schrieb Alexander Graf:
>>>
On 14.12.2010, at 01:49, Andreas Färber wrote:
> Hello,
>
> Base
On 20.12.2010, at 07:37, Andreas Färber wrote:
> Am 14.12.2010 um 01:49 schrieb Andreas Färber:
>
>> Calling isa_ide_init() twice with the same IRQ 13 fails:
>>
>> qemu: hardware error: isa irq 13 already assigned
>>
>> Use a different IRQ (14) for the second one to avoid this.
>>
>> Signed-o
On Sun, Dec 12, 2010 at 02:57:45PM -0500, Kevin O'Connor wrote:
> On Sun, Dec 12, 2010 at 09:49:16PM +0200, Gleb Natapov wrote:
> > On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevin O'Connor wrote:
> > > On Wed, Dec 08, 2010 at 03:08:59PM -0200, Marcelo Tosatti wrote:
> > > > Use _RMV method to indic
On 12/20/2010 10:49 AM, Marcelo Tosatti wrote:
On Sun, Dec 12, 2010 at 02:57:45PM -0500, Kevin O'Connor wrote:
> On Sun, Dec 12, 2010 at 09:49:16PM +0200, Gleb Natapov wrote:
> > On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevin O'Connor wrote:
> > > On Wed, Dec 08, 2010 at 03:08:59PM -0200,
On 12/17/2010 08:14 PM, Blue Swirl wrote:
On Wed, Dec 15, 2010 at 5:47 PM, Fabien Chouteau wrote:
On 12/13/2010 07:18 PM, Blue Swirl wrote:
On Mon, Dec 13, 2010 at 3:51 PM, Fabien Chouteau
wrote:
On 12/11/2010 10:56 AM, Blue Swirl wrote:
On Tue, Dec 7, 2010 at 11:40 AM, Fabien Chouteau
On 12/20/2010 07:46 AM, Edgar E. Iglesias wrote:
On Fri, Dec 17, 2010 at 07:14:20PM +, Blue Swirl wrote:
On Wed, Dec 15, 2010 at 5:47 PM, Fabien Chouteau wrote:
On 12/13/2010 07:18 PM, Blue Swirl wrote:
On Mon, Dec 13, 2010 at 3:51 PM, Fabien Chouteau
wrote:
On 12/11/2010 10:56 AM, B
On Sun, Dec 19, 2010 at 8:37 PM, Bob Breuer wrote:
> Andreas Färber wrote:
>> Am 18.12.2010 um 19:53 schrieb Blue Swirl:
>>
>>> On Sat, Dec 18, 2010 at 5:09 PM, Bob Breuer wrote:
ledma has 0x20 bytes of registers according to OBP, and at least
Solaris9
reads the 5th register which
On Fri, Dec 10, 2010 at 03:42:53PM +0800, Lai Jiangshan wrote:
>
> Make use of the new KVM_NMI IOCTL to send NMIs into the KVM guest if the
> user space raised them. (example: qemu monitor's "nmi" command)
>
> Signed-off-by: Lai Jiangshan
Applied to uq/master, thanks.
On 12/19/2010 05:06 PM, Andreas Färber wrote:
Andreas, may I ask you for one more test?
$ echo -e 'include xy\r' | tr -d '\r' | awk '/^include / {ORS=""; print
$2}' | od -c
I'd not bother with ORS and use '$1 == "include" { printf "%s", $2 }'
instead.
Paolo
On Fri, Dec 10, 2010 at 09:20:26AM -0200, Luiz Capitulino wrote:
> On Fri, 10 Dec 2010 14:36:08 +0800
> Lai Jiangshan wrote:
>
> > +SQMP
> > +inject_nmi
> > +--
> > +
> > +Inject an NMI on the given CPU (x86 only).
> > +
> > +Arguments:
> > +
> > +- "cpu_index": the index of the CPU to be
>>> So we certainly do need some open source firmware solution for prep to at
>>> least have Linux running. For other guests, I don't see a reason why users
>>> shouldn't try to fetch a real firmware blob separately :).
>>
>> We're not shipping any firmware for ppcemb either, so that argument se
On 20.12.2010, at 13:19, François Revol wrote:
So we certainly do need some open source firmware solution for prep to at
least have Linux running. For other guests, I don't see a reason why users
shouldn't try to fetch a real firmware blob separately :).
>>>
>>> We're not shippi
Factor the DMA I/O path that is duplicated between read and write
commands, into common helpers using the s->is_read flag added for
the macio ATA controller.
Signed-off-by: Christoph Hellwig
Index: qemu/hw/ide/core.c
===
--- qemu.or
Currenly the code only resets the io_buffer_index field for reads,
but the code seems to expect this for all types of I/O. I guess
we simply don't hit large enough transfers that would require this
often enough.
Signed-off-by: Christoph Hellwig
Index: qemu/hw/ide/core.c
Merge ide_dma_submit_check into it's only caller. Also use tail recursion
using a goto instead of a real recursion - this avoid overflowing the
stack in the pathological situation of an recurring error that is ignored.
We'll still be busy looping in ide_dma_cb, but at least won't eat up
all stack
Anthony Liguori writes:
> On 12/17/2010 08:45 AM, Peter Maydell wrote:
>> On 17 December 2010 00:24, Anthony Liguori
>> wrote:
>>
>>> On 12/16/2010 05:48 PM, Michael S. Tsirkin wrote:
>>>
Ugh, I keep forgetting about the non-qdev systems.
Maybe it's a good way to finally mak
On Mon, Dec 20, 2010 at 02:33:35PM +0900, Isaku Yamahata wrote:
> Stefan Weil reported the regression caused by
> ec990eb622ad46df5ddcb1e94c418c271894d416 as follows
>
> > The second regression also occurs with MIPS malta.
> > Networking no longer works with the default pcnet nic.
> >
> > This is
still not resolved: guest=Ubuntu 10.10, host=Fedora14
crashes with -vga std or -vga vmware
works with -vga cirrus
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/502107
Title:
qemu-kvm 0.12.1.2 c
The patch has now been merged into qemu's master git repo:
http://git.qemu.org/qemu.git/commit/?id=2c9adbda721c9996ec6b371cac4a00c1164b818e
(and so this bug should be fixed in the 0.14 release since that has not
yet branched.)
** Changed in: qemu
Status: New => Fix Committed
--
You rec
PS: qemu-kvm -version = 0.13.0
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/502107
Title:
qemu-kvm 0.12.1.2 crashes booting Ubuntu 9.10 with "-vga std"
Status in QEMU:
Confirmed
Bug descriptio
Public bug reported:
I have a Proxmox Server with the following specs:
Version:
pve-manager: 1.7-10 (pve-manager/1.7/5323)
running kernel: 2.6.32-4-pve
proxmox-ve-2.6.32: 1.7-28
pve-kernel-2.6.32-4-pve: 2.6.32-28
qemu-server: 1.1-25
pve-firmware: 1.0-9
libpve-storage-perl: 1.0-16
vncterm: 0.9-2
PPS: Ubuntu 10.10 crashes also with qemu-kvm -vga qxl -spice ...
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/502107
Title:
qemu-kvm 0.12.1.2 crashes booting Ubuntu 9.10 with "-vga std"
Status in
Any chance you could resubmit the remaining patches after addressing the
outstanding comments? We'll really need the scsi changes to move
forward without introducing conflicts.
On 12/20/2010 03:59 PM, Christoph Hellwig wrote:
> Any chance you could resubmit the remaining patches after addressing the
> outstanding comments? We'll really need the scsi changes to move
> forward without introducing conflicts.
>
Yes, I'm currently rebasing my patchset relative to Kevin's git
Please send in any agenda items you are interested in covering.
thanks,
-chris
Lai Jiangshan writes:
> When the argument "cpu-index" is not given,
> then "nmi" command will inject NMI on all CPUs.
>
> This simulate the nmi button on physical machine.
>
> Signed-off-by: Lai Jiangshan
> ---
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index 8de7aa3..d8fe4c0 100644
> -
Lai Jiangshan writes:
> Make we can inject NMI via qemu-monitor-protocol.
> We use "inject-nmi" for the qmp command name, the meaning is clearer.
> When cpu-index is found invalid in runtime, it will report
> QERR_INVALID_PARAMETER_VALUE.
This patch does two separate things:
1. Fix do_inject_nm
On 12/20/2010 07:05 PM, Marcelo Tosatti wrote:
> >
> >Yes, perhaps it all (including PCI hotplug controller) should be using
> >something else than hardcoded IO ports, but thats what we have now.
>
> At least it should be documented.
>
> What's the behaviour with a qemu that doesn't support
Also trace the extra registers, and update the comments with new
info from Artyom Tarasenko.
Signed-off-by: Bob Breuer
---
Since the extra registers are aliased, we could instead alias them at
a higher level. Solaris9 boots to single-user with either option.
diff --git a/hw/sparc32_dma.c b/hw/s
Document how QEMU communicates with ACPI BIOS
for PCI hotplug.
Signed-off-by: Marcelo Tosatti
--- /dev/null 2010-12-14 09:23:48.414180082 -0200
+++ qemu/docs/specs/acpi_pci_hotplug.txt2010-12-20 15:00:26.0
-0200
@@ -0,0 +1,39 @@
+QEMU<->ACPI BIOS PCI hotplug interface
+--
On Mon, Dec 20, 2010 at 11:15:40AM +0200, Avi Kivity wrote:
> On 12/20/2010 10:49 AM, Marcelo Tosatti wrote:
> >On Sun, Dec 12, 2010 at 02:57:45PM -0500, Kevin O'Connor wrote:
> >> On Sun, Dec 12, 2010 at 09:49:16PM +0200, Gleb Natapov wrote:
> >> > On Sun, Dec 12, 2010 at 02:11:29PM -0500, Kevi
Lai Jiangshan writes:
> "cpu-index" is better name.
>
> Signed-off-by: Lai Jiangshan
> ---
> diff --git a/hmp-commands.hx b/hmp-commands.hx
> index 4befbe2..8de7aa3 100644
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -721,7 +721,7 @@ ETEXI
> #if defined(TARGET_I386)
> {
>
Artyom Tarasenko wrote:
> On Sun, Dec 19, 2010 at 8:37 PM, Bob Breuer wrote:
>
>> Andreas Färber wrote:
>>
>>> Am 18.12.2010 um 19:53 schrieb Blue Swirl:
>>>
>>>
On Sat, Dec 18, 2010 at 5:09 PM, Bob Breuer wrote:
> ledma has 0x20 bytes of registers according
On Mon, Dec 20, 2010 at 07:44:12PM +0200, Avi Kivity wrote:
> On 12/20/2010 07:05 PM, Marcelo Tosatti wrote:
> >> >
> >> >Yes, perhaps it all (including PCI hotplug controller) should be using
> >> >something else than hardcoded IO ports, but thats what we have now.
> >>
> >> At least it should
On Sun, Dec 19, 2010 at 3:25 PM, Alexander Graf wrote:
>
> On 19.12.2010, at 11:46, Blue Swirl wrote:
>
>> This patch replaces explicit bswaps with endianness hints to the
>> mmio layer.
>>
>> CC: Alexander Graf
>> Signed-off-by: Blue Swirl
>> ---
>> hw/serial.c | 86 --
On Sun, Dec 19, 2010 at 7:53 PM, Stefano Bonifazi
wrote:
> On 12/19/2010 05:51 PM, Andreas Färber wrote:
>>
>> Am 19.12.2010 um 17:32 schrieb Stefano Bonifazi:
>>
>>> I need to create an application that execute a PPC binary on a i386 host
>>> with some input, and get the result from that binary..
On Mon, Dec 20, 2010 at 9:25 AM, Fabien Chouteau wrote:
> On 12/17/2010 08:14 PM, Blue Swirl wrote:
>>
>> On Wed, Dec 15, 2010 at 5:47 PM, Fabien Chouteau
>> wrote:
>>>
>>> On 12/13/2010 07:18 PM, Blue Swirl wrote:
On Mon, Dec 13, 2010 at 3:51 PM, Fabien Chouteau
wrote:
>
Am 20.12.2010 13:58, schrieb Markus Armbruster:
Anthony Liguori writes:
On 12/17/2010 08:45 AM, Peter Maydell wrote:
On 17 December 2010 00:24, Anthony
Liguori wrote:
On 12/16/2010 05:48 PM, Michael S. Tsirkin wrote:
Ugh, I keep forgetting about the non-qdev systems.
Maybe it's a good wa
On Mon, Dec 20, 2010 at 9:40 AM, Fabien Chouteau wrote:
> On 12/20/2010 07:46 AM, Edgar E. Iglesias wrote:
>>
>> On Fri, Dec 17, 2010 at 07:14:20PM +, Blue Swirl wrote:
>>>
>>> On Wed, Dec 15, 2010 at 5:47 PM, Fabien Chouteau
>>> wrote:
On 12/13/2010 07:18 PM, Blue Swirl wrote:
On Mon, Dec 20, 2010 at 5:09 PM, Marcelo Tosatti wrote:
>
> Document how QEMU communicates with ACPI BIOS
> for PCI hotplug.
>
> Signed-off-by: Marcelo Tosatti
>
> --- /dev/null 2010-12-14 09:23:48.414180082 -0200
> +++ qemu/docs/specs/acpi_pci_hotplug.txt 2010-12-20 15:00:26.0
Thanks.
I have implemented all of your suggestions and will submit version 2
of the patch shortly.
regards
ronnie sahlberg
On Tue, Dec 14, 2010 at 7:47 AM, Blue Swirl wrote:
> On Mon, Dec 13, 2010 at 8:05 AM, Ronnie Sahlberg
> wrote:
>> This patch adds a new block driver : block.iscsi.c
>> Thi
On Sun, Dec 19, 2010 at 8:59 PM, Brad wrote:
> Here are a few patches for OpenBSD support.
Thanks. Could you resend each patch separately and add Signed-off-by:
Brad Smith line before '---' line?
Stefan Weil writes:
> Am 20.12.2010 13:58, schrieb Markus Armbruster:
>> Anthony Liguori writes:
>>
>>> On 12/17/2010 08:45 AM, Peter Maydell wrote:
On 17 December 2010 00:24, Anthony
Liguori wrote:
> On 12/16/2010 05:48 PM, Michael S. Tsirkin wrote:
>
>> Ugh, I keep f
Thanks, applied all.
On Sun, Dec 19, 2010 at 4:22 PM, Andreas Färber wrote:
> Hello,
>
> The following patches are split off from the softfloat series
> and updated as requested.
>
>
> The following changes since commit 4fd37a98d1248bae54a9f71ee1c252d2b2f1efd5:
>
> Avoid a warning from OpenBSD l
When not using MSI, receiving an interrupt while the interrupt line is active
pulses the interrupt line. Without this, guests don't realize that a new
interrupt occured.
Signed-off-by: Alexander Graf
---
hw/ide/ahci.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/hw/
Clearly, AHCI as is is not perfect yet (intentionally, release early,
release often, remember?). This patch set makes it work with SeaBIOS
so booting Windows 7 works flawlessly for me. it also adds some speedups
and fixes a level based interrupts, rendering ahci useful on PPC targets.
In preparati
The drive sends a d2h init fis on initialization. Usually, the guest doesn't
receive fises yet at that point though, so the delivery is deferred.
Let's reflect that by sending the init fis on fis receive enablement.
Signed-off-by: Alexander Graf
---
hw/ide/ahci.c | 34
Sebastian's patch already did a pretty good job at splitting up ICH-9
AHCI code and the AHCI core. We need some more though. Copyright was missing,
the lspci dump belongs to ICH-9, we don't need the AHCI core to have its
own qdev device duplicate.
So let's split them a bit more in this patch, maki
The ahci code was missing its soft reset functionality. This wasn't really an
issue for Linux guests, but Windows gets confused when the controller doesn't
reset when it tells it so.
Using this patch I can now successfully boot Windows 7 from AHCI using AHCI
enabled SeaBIOS.
Signed-off-by: Alexan
Different AHCI controllers have a different number of ports, so the core
shouldn't care about the amount of ports available.
This patch makes the number of ports available to the AHCI core runtime
configurable, allowing us to have multiple different AHCI implementations
with different amounts of p
From: Sebastian Herbszt
There are multiple ahci devices out there. The currently implemented ich-9
is only one of the many. So let's split that one out into a separate file
to stress the difference.
Signed-off-by: Sebastian Herbszt
Signed-off-by: Alexander Graf
---
Makefile.objs |1 +
hw/
We allocate iovs on the fly now, but also need to free them on uninit.
This patch does that.
Signed-off-by: Alexander Graf
---
hw/ide/ahci.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c
index c0bc5ff..97aef68 100644
--- a/hw/ide
The DMA helpers incur additional overhead on data transfers. I'm not
sure we need the additional complexity provided by them. So let's just
use qiovs directly when running in the fast path (ncq).
Signed-off-by: Alexander Graf
---
hw/ide/ahci.c | 100 +
Use pci_config_set_prog_interface().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/ide/piix.c b/hw/ide/piix.c
index 1cad906..2772e08 100644
--- a/hw/ide/piix.c
+++ b/hw/ide/piix.c
@@ -135,7 +135,7 @@ static int pci_piix_ide_initfn(PCIIDEState *d)
{
uint8_t *pci_conf = d->dev.config;
-
Use pci_config_set_prog_interface().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/ide/cmd646.c b/hw/ide/cmd646.c
index 5d5464a..e125dfc 100644
--- a/hw/ide/cmd646.c
+++ b/hw/ide/cmd646.c
@@ -230,7 +230,7 @@ static int pci_cmd646_ide_initfn(PCIDevice *dev)
pci_config_set_device_id(pci_co
Thanks, applied.
On Mon, Dec 20, 2010 at 5:55 PM, Bob Breuer wrote:
> Also trace the extra registers, and update the comments with new
> info from Artyom Tarasenko.
>
> Signed-off-by: Bob Breuer
> ---
> Since the extra registers are aliased, we could instead alias them at
> a higher level. Sola
Use pci_config_set_revision().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index a8aed89..6407ce0 100644
--- a/hw/rtl8139.c
+++ b/hw/rtl8139.c
@@ -3346,7 +3346,7 @@ static int pci_rtl8139_init(PCIDevice *dev)
pci_conf = s->dev.config;
pci_config_set_vendor
Use pci_config_set_revision().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/pcnet-pci.c b/hw/pcnet-pci.c
index 339a401..c9811e2 100644
--- a/hw/pcnet-pci.c
+++ b/hw/pcnet-pci.c
@@ -282,7 +282,7 @@ static int pci_pcnet_init(PCIDevice *pci_dev)
pci_config_set_device_id(pci_conf, PCI_DEVIC
Use pci_config_set_revision().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/e1000.c b/hw/e1000.c
index af101bd..7bad51a 100644
--- a/hw/e1000.c
+++ b/hw/e1000.c
@@ -1116,7 +1116,7 @@ static int pci_e1000_init(PCIDevice *pci_dev)
pci_config_set_device_id(pci_conf, E1000_DEVID);
/* T
Use pci_config_set_revision().
Signed-off-by: Sebastian Herbszt
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index b9b822f..5b3bf21 100644
--- a/hw/usb-uhci.c
+++ b/hw/usb-uhci.c
@@ -1106,7 +1106,7 @@ static int usb_uhci_common_initfn(UHCIState *s)
uint8_t *pci_conf = s->dev.config;
int
Am 20.12.2010 um 13:30 schrieb Alexander Graf:
On 20.12.2010, at 13:19, François Revol wrote:
So we certainly do need some open source firmware solution for
prep to at least have Linux running. For other guests, I don't
see a reason why users shouldn't try to fetch a real firmware
blob se
On 20.12.2010, at 23:24, Andreas Färber wrote:
> Am 20.12.2010 um 13:30 schrieb Alexander Graf:
>
>> On 20.12.2010, at 13:19, François Revol wrote:
>>
>> So we certainly do need some open source firmware solution for prep to
>> at least have Linux running. For other guests, I don't see
On 20.12.2010, at 23:24, Andreas Färber wrote:
> Am 20.12.2010 um 13:30 schrieb Alexander Graf:
>
>> On 20.12.2010, at 13:19, François Revol wrote:
>>
>> So we certainly do need some open source firmware solution for prep to
>> at least have Linux running. For other guests, I don't see
On 31.05.2009, at 17:20, Stuart Brady wrote:
> Hi!
>
> Here's an update of the Z80 system emulator, which currently emulates
> the ZX Spectrum only. Significant changes since Ulrich Hecht's updated
> version are as follows:
>
> * Converted CPU emulation core to TCG
> * Fixed emulation of 'brig
Am 20.12.2010 um 10:04 schrieb Alexander Graf:
On 19.12.2010, at 20:12, Andreas Färber wrote:
Am 19.12.2010 um 16:34 schrieb Alexander Graf:
On 19.12.2010, at 16:04, Andreas Färber wrote:
Am 19.12.2010 um 10:54 schrieb Alexander Graf:
On 14.12.2010, at 01:49, Andreas Färber wrote:
Hell
On 21.12.2010, at 00:00, Andreas Färber wrote:
> Am 20.12.2010 um 10:04 schrieb Alexander Graf:
>
>> On 19.12.2010, at 20:12, Andreas Färber wrote:
>>
>>> Am 19.12.2010 um 16:34 schrieb Alexander Graf:
>>>
On 19.12.2010, at 16:04, Andreas Färber wrote:
> Am 19.12.2010 um 10:54 s
Am 20.12.2010 um 23:45 schrieb Alexander Graf:
On 31.05.2009, at 17:20, Stuart Brady wrote:
Here's an update of the Z80 system emulator, which currently emulates
the ZX Spectrum only. [...]
[...] do you think it's a valuable target to have in upstream qemu?
The z80 was also used in the mor
On 21.12.2010, at 01:06, Andreas Färber wrote:
> Am 20.12.2010 um 23:45 schrieb Alexander Graf:
>
>> On 31.05.2009, at 17:20, Stuart Brady wrote:
>>
>>> Here's an update of the Z80 system emulator, which currently emulates
>>> the ZX Spectrum only. [...]
>>
>> [...] do you think it's a valuabl
Am 21.12.2010 um 00:07 schrieb Alexander Graf:
On 21.12.2010, at 00:00, Andreas Färber wrote:
Am 20.12.2010 um 10:04 schrieb Alexander Graf:
On 19.12.2010, at 20:12, Andreas Färber wrote:
Am 19.12.2010 um 16:34 schrieb Alexander Graf:
On 19.12.2010, at 16:04, Andreas Färber wrote:
Am 1
On 21.12.2010, at 01:33, Andreas Färber wrote:
> Am 21.12.2010 um 00:07 schrieb Alexander Graf:
>
>> On 21.12.2010, at 00:00, Andreas Färber wrote:
>>
>>> Am 20.12.2010 um 10:04 schrieb Alexander Graf:
>>>
On 19.12.2010, at 20:12, Andreas Färber wrote:
> Am 19.12.2010 um 16:34 s
Am 21.12.2010 um 01:10 schrieb Alexander Graf:
On 21.12.2010, at 01:06, Andreas Färber wrote:
Am 20.12.2010 um 23:45 schrieb Alexander Graf:
On 31.05.2009, at 17:20, Stuart Brady wrote:
Here's an update of the Z80 system emulator, which currently
emulates
the ZX Spectrum only. [...]
[.
> Yep, so it appears that commit 89c0f6438d16 did introduce the bogus
> 'double complete' in scsi_read_complete, which I think was intended to
> handle residual counts for TYPE_TYPE...
>
> /* Cancel a pending data transfer. */
> @@ -251,6 +257,8 @@ static void scsi_read_complete(void * opaque,
Signed-off-by: Brad Smith
---
net/tap-bsd.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/net/tap-bsd.c b/net/tap-bsd.c
index efccfe0..2f3efde 100644
--- a/net/tap-bsd.c
+++ b/net/tap-bsd.c
@@ -43,8 +43,8 @@ int tap_open(char *ifname, int ifname_size, int *vnet_
Signed-off-by: Brad Smith
---
qemu-timer-common.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/qemu-timer-common.c b/qemu-timer-common.c
index fff4399..755e300 100644
--- a/qemu-timer-common.c
+++ b/qemu-timer-common.c
@@ -50,7 +50,8 @@ static void __attribute__((co
Signed-off-by: Brad Smith
---
exec.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/exec.c b/exec.c
index 42a35e0..e513d16 100644
--- a/exec.c
+++ b/exec.c
@@ -517,7 +517,8 @@ static void code_gen_alloc(unsigned long tb_size)
exit(1);
}
}
-#
Hi all,
The Z80 CPU and its variants and clones are not only used in dozens of
computers (ranging from a full range of CP/M compatible ones, and minicomputers
mostly seen as general public as gaming devices -Amstrad, Speccy-), but also in
hunders of embedded systems and even on Adaptec SCSI car
At 12/20/2010 02:33 PM, Andreas Färber Write:
> Am 20.12.2010 um 02:25 schrieb Wen Congyang:
>
>> At 12/14/2010 05:23 PM, Wen Congyang Write:
>>> At 2010-12-09 11:41, Wen Congyang Write:
When I use the command 'virsh save' to save the domain state,
I receive the following error message:
On Tue, Dec 21, 2010 at 12:38 PM, Natalia Portillo wrote:
> Hi all,
>
> The Z80 CPU and its variants and clones are not only used in dozens of
> computers (ranging from a full range of CP/M compatible ones, and
> minicomputers mostly seen as general public as gaming devices -Amstrad,
> Speccy-), b
Hi folks !
There's an odd problem I've encountered with my scsi host (basically an
powerpc "vscsi" compatible with IBM PAPR).
When using /dev/sg (ie, scsi-generic), there seem to be no way I can
find to retrieve the underlying driver's max request transfer size.
This can normally be obtained wit
Ben,
Since it is a scsi device you can try the Inquiry command with
pagecode 0xb0 : Block Limit VPD Page.
That pages show optimal and maximum request sizes.
This is for SBC, in the Vital Product Data chapter.
Unfortunately this page is not mandatory so some devices might not
understand it. :-(
On Tue, 2010-12-21 at 14:38 +1100, ronnie sahlberg wrote:
> Ben,
>
> Since it is a scsi device you can try the Inquiry command with
> pagecode 0xb0 : Block Limit VPD Page.
> That pages show optimal and maximum request sizes.
>
> This is for SBC, in the Vital Product Data chapter.
>
> Unfortuna
When I use the command 'virsh save' to save the domain state,
I receive the following error message:
operation failed: Migration unexpectedly failed.
I debug the qemu by adding some printf(), and find the function
pclose() returns -1.
I use strace to trace qemu, the log is as the following:
=
This patch removes the addition of null char in symlink file
which is being appended to file in case of mapped security model.
Without this patch, the extra null char causes LTP testcase lstat03
to fail and hence this fix is required.
v2:
- Description updated to mention about LTP lstat testcase
On 12/21/2010 01:00 AM, Markus Armbruster wrote:
> Lai Jiangshan writes:
>
>> "cpu-index" is better name.
>>
>> Signed-off-by: Lai Jiangshan
>> ---
>> diff --git a/hmp-commands.hx b/hmp-commands.hx
>> index 4befbe2..8de7aa3 100644
>> --- a/hmp-commands.hx
>> +++ b/hmp-commands.hx
>> @@ -721,7 +
On 12/21/2010 12:58 AM, Markus Armbruster wrote:
> Lai Jiangshan writes:
>
>> When the argument "cpu-index" is not given,
>> then "nmi" command will inject NMI on all CPUs.
>>
>> This simulate the nmi button on physical machine.
>>
>> Signed-off-by: Lai Jiangshan
>> ---
>> diff --git a/hmp-comm
hi I 'm working with fedora core 13(64 bit) x86_64 platform. I configured QEMU
with --enable-nptl switch but I'm not able to run programs containing POSIX
threads or fork system call. I run this commandqemu-x86_64 thread it gives
system call errorand qemu-x86_64 forkfno child process createdwhat
On Tue, Dec 21, 2010 at 5:20 AM, Harsh Prateek Bora
wrote:
> This patch removes the addition of null char in symlink file
> which is being appended to file in case of mapped security model.
> Without this patch, the extra null char causes LTP testcase lstat03
> to fail and hence this fix is requir
87 matches
Mail list logo