[Qemu-devel] [PATCH 3/3] chardev: Get filename for new qapi backend

2013-05-19 Thread Lei Li
This patch sets the filename when the new qapi backend init from opts. The previous patch and discussions as link below: http://patchwork.ozlabs.org/patch/243896/ If anyone who have better idea to fix this please let me know your suggestions. Signed-off-by: Lei Li --- qemu-char.c |2 ++ 1

Re: [Qemu-devel] [PATCH] hw/9pfs: Fix segfault with 9p2000.u

2013-05-19 Thread Michael Tokarev
20.05.2013 10:10, Stefan Hajnoczi wrote: > On Mon, May 20, 2013 at 8:05 AM, Aneesh Kumar K.V > wrote: >> From: "Aneesh Kumar K.V" >> >> When guest tries to chmod a block or char device file over 9pfs, >> the qemu process segfaults. With 9p2000.u protocol we use wstat to >> change mode bits and cl

[Qemu-devel] [PATCH 2/3] chardev: Make the name of ringbuf device consistent

2013-05-19 Thread Lei Li
Now we have ringbuf char device, but the backend name of it is a little confusion. We actually register it by 'memory', but the description in qemu-option, the name of open functions and the new api backend called it 'ringbuf'. It should keep consistent. This patch named it all to 'ringbuf'. Signe

[Qemu-devel] [PATCH 1/3] chardev: Make consistent with udp device for new qapi backend

2013-05-19 Thread Lei Li
When register and open a chardev udp, the backend name should be udp not dgram, and we do not have backend dgram in the chardev list. This patch makes the new qapi udp backend consistent with the original udp device. Signed-off-by: Lei Li --- qapi-schema.json |8 qemu-char.c |

[Qemu-devel] [PATCH 0/3] Chardev related fixes

2013-05-19 Thread Lei Li
This series tries to fix the consistency of char devices udp and ringbuf and a regression of chardev filename. Lei Li (3): chardev: Make consistent with udp device for new qapi backend chardev: Make the name of ringbuf device consistent chardev: Get filename for new qapi backend qapi-sche

Re: [Qemu-devel] [PATCH v3 0/8] block: drive-backup live backup command

2013-05-19 Thread Stefan Hajnoczi
On Fri, May 17, 2013 at 12:17 PM, Paolo Bonzini wrote: > Il 16/05/2013 09:47, Stefan Hajnoczi ha scritto: >> On Thu, May 16, 2013 at 02:16:20PM +0800, Wenchao Xia wrote: >>> After checking the code, I found it possible to add delta data backup >>> support also, If an additional dirty bitmap was

Re: [Qemu-devel] qemu-iotests: qcow2 failed for test 026 038

2013-05-19 Thread Stefan Hajnoczi
On Sun, May 19, 2013 at 8:14 AM, TianShan Wong wrote: > I am testing qcow2 with qemu-iotests on F17, using upstream QEMU source > tree: > $ uname -a > Linux Test.Server 3.8.12-100.fc17.x86_64 #1 SMP Wed May 8 15:36:14 UTC 2013 > x86_64 x86_64 x86_64 GNU/Linux > > But got failed result as follows:

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-19 Thread Stefan Hajnoczi
On Mon, May 20, 2013 at 4:33 AM, Peter Cheung wrote: > /Users/peter/workspace/qemu_latest>make > Makefile:16: *** This is an out of tree build but your source tree > (/Users/peter/workspace/qemu_latest) seems to have been used for an in-tree > build. You can fix this by running "make distclean &&

Re: [Qemu-devel] [PATCH] hw/9pfs: Fix segfault with 9p2000.u

2013-05-19 Thread Stefan Hajnoczi
On Mon, May 20, 2013 at 8:05 AM, Aneesh Kumar K.V wrote: > From: "Aneesh Kumar K.V" > > When guest tries to chmod a block or char device file over 9pfs, > the qemu process segfaults. With 9p2000.u protocol we use wstat to > change mode bits and client don't send extension information for > chmod.

Re: [Qemu-devel] 9pfs segfaults on chmod(special)

2013-05-19 Thread Aneesh Kumar K.V
Michael Tokarev writes: > Guys, are we playing with our sand-box toys or what? > > Can we apply this maybe to 1.5?? It's just insane that > such a simple bugfixes, with lots of preceeding work to > identify it, and with users suffering, are being simply > ignored for months... > Sorry for not l

[Qemu-devel] [PATCH] hw/9pfs: Fix segfault with 9p2000.u

2013-05-19 Thread Aneesh Kumar K.V
From: "Aneesh Kumar K.V" When guest tries to chmod a block or char device file over 9pfs, the qemu process segfaults. With 9p2000.u protocol we use wstat to change mode bits and client don't send extension information for chmod. We need to check for size field to check whether extension info is p

Re: [Qemu-devel] VFIO VGA test branches

2013-05-19 Thread Alex Williamson
On Sun, 2013-05-19 at 17:35 +0200, Knut Omang wrote: > On Mon, 2013-05-13 at 16:23 -0600, Alex Williamson wrote: > > On Mon, 2013-05-13 at 22:55 +0200, Knut Omang wrote: > > > Hi all, > > > > > > Perfect timing from my perspective, thanks Alex! > > > > > > I spent the better part of the weekend t

Re: [Qemu-devel] VFIO VGA test branches

2013-05-19 Thread Alex Williamson
On Fri, 2013-05-17 at 01:09 -0700, Justin Gottula wrote: > Hi Alex, > > VGA passthrough is working great here, with the exception of device reset. > > In short, everything works the first time the guest runs. But the second > time I start the guest, before anything comes on the screen, the host >

Re: [Qemu-devel] VFIO VGA test branches

2013-05-19 Thread Alex Williamson
On Sun, 2013-05-19 at 23:26 +0400, Maik Broemme wrote: > Hi Knut, > > Knut Omang wrote: > > > > On Mon, 2013-05-13 at 16:23 -0600, Alex Williamson wrote: > > > On Mon, 2013-05-13 at 22:55 +0200, Knut Omang wrote: > > > > Hi all, > > > > > > > > Perfect timing from my perspective, thanks Alex! >

Re: [Qemu-devel] VFIO-VGA Issue

2013-05-19 Thread Alex Williamson
On Fri, 2013-05-17 at 12:23 +0200, Paolo Bonzini wrote: > Il 16/05/2013 22:46, Maik Broemme ha scritto: > > > > Regarding 2) it results in 100 messages like the following on the console > > which runs qemu: > > > > qemu-system-x86_64: vfio_vga_read(,0x3c3, 1) failed: Interrupted system call > > q

Re: [Qemu-devel] QEMU NUMA and memory allocation problem

2013-05-19 Thread Wanpeng Li
On Mon, May 20, 2013 at 10:03:53AM +0800, Wanlong Gao wrote: >Adding CC AutoNUMA folks: > >Paolo said that: > >> Pinning memory to host NUMA nodes is not implemented. Something like >> AutoNUMA would be able to balance the memory the right way. >> >> Paolo > >And Eduardo said that: >> I had plans

Re: [Qemu-devel] [PATCH 7/7] block: dump to monitor for bdrv_snapshot_dump() and bdrv_image_info_dump()

2013-05-19 Thread Wenchao Xia
于 2013-5-17 20:30, Luiz Capitulino 写道: On Fri, 17 May 2013 11:30:31 +0800 Wenchao Xia wrote: 于 2013-5-16 20:17, Luiz Capitulino 写道: On Thu, 16 May 2013 10:22:09 +0800 Wenchao Xia wrote: 于 2013-5-15 20:28, Luiz Capitulino 写道: On Wed, 15 May 2013 10:10:37 +0800 Wenchao Xia wrote: 于 2013-

Re: [Qemu-devel] [PATCH V2 2/2] qcow2: cancel the modification on fail in qcow2_snapshot_create()

2013-05-19 Thread Wenchao Xia
于 2013-5-17 17:27, Stefan Hajnoczi 写道: On Fri, May 17, 2013 at 03:56:45PM +0800, Wenchao Xia wrote: Signed-off-by: Wenchao Xia --- block/qcow2-snapshot.c | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/block/qcow2-snapshot.c b/block/qcow2-snapshot.c

Re: [Qemu-devel] QEMU NUMA and memory allocation problem

2013-05-19 Thread Wanlong Gao
Adding CC AutoNUMA folks: Paolo said that: > Pinning memory to host NUMA nodes is not implemented. Something like > AutoNUMA would be able to balance the memory the right way. > > Paolo And Eduardo said that: > I had plans to implement a mechanism to allow external tools to > implement manual

Re: [Qemu-devel] [PATCH 0/9 v3] Make monitor command 'dump-guest-memory' dump in kdump-compressed format

2013-05-19 Thread Qiao Nuohan
Ping. Any other comments? On 05/17/2013 11:24 AM, Qiao Nuohan wrote: Hi, all The last version is here: http://lists.gnu.org/archive/html/qemu-devel/2013-05/msg01947.html Command 'dump-guest-memory' was introduced to dump guest's memory. But the vmcore's format is only elf32 or elf64. The messa

[Qemu-devel] [Bug 1181796] Re: Qemu locks up when incoming serial fills up

2013-05-19 Thread Evan Green
Some food for thought: * os_host_main_loop_wait quickly calls "unlock IO thread", poll, "lock IO thread". * win_chr_pipe_poll calls PeekNamedPipe, which would report data available, satisfying the poll. * win_chr_read_poll calls qemu_chr_be_can_write, which I think calls serial_can_receive1,

Re: [Qemu-devel] Could configure generate QEMU's linker scripts?

2013-05-19 Thread Aurelien Jarno
On Sun, May 19, 2013 at 09:24:41PM +0200, Paolo Bonzini wrote: > Il 19/05/2013 18:30, Ed Maste ha scritto: > > I'd rather > > not end up just introducing a parallel set of ldscript files for > > FreeBSD, so would like to generate it from the default built-in one if > > possible. > > > > For the Fr

Re: [Qemu-devel] [PATCH 1/1 V4] virtio-net: dynamic network offloads configuration

2013-05-19 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > On Mon, Apr 22, 2013 at 12:58:26PM -0500, Anthony Liguori wrote: >> "Michael S. Tsirkin" writes: >> >> > On Sun, Apr 07, 2013 at 09:34:08AM +0300, Dmitry Fleytman wrote: >> >> From: Dmitry Fleytman >> >> >> >> Virtio-net driver currently negotiates network offlo

Re: [Qemu-devel] [RFC] reverse execution.

2013-05-19 Thread Brendan Dolan-Gavitt
Argh, reply all is needed. On May 19, 2013 4:45 PM, "Brendan Dolan-Gavitt" wrote: > We had to do something similar for our (soon to be released) record and > replay implementation. To ensure interrupts are delivered at precisely the > right time we added a global 64 bit instruction counter and th

Re: [Qemu-devel] [PATCH v2 0/2] linux-user: Fix MIPS16/microMIPS signal handling

2013-05-19 Thread Aurelien Jarno
On Fri, May 17, 2013 at 02:51:19PM -0700, Kwok Cheung Yeung wrote: > These patches fix various issues related to signal handling in user mode > emulation for the MIPS architecture. > > - When a MIPS16/microMIPS signal handler is called, the program segfaults > because the PC is set to an invalid a

Re: [Qemu-devel] [RFC] reverse execution.

2013-05-19 Thread Rob Landley
On 05/19/2013 03:09:14 PM, Mark Burton wrote: Spot on Peter, The (simplistic) plan is simply to take a snapshot at regular intervals, when you want to step backwards, you return to a snapshot, and then re-run forwards to 'just before you started'. You'd have to snapshot all of memory becau

[Qemu-devel] [Bug 1181796] [NEW] Qemu locks up when incoming serial fills up

2013-05-19 Thread Evan Green
Public bug reported: I'm using Windows, I'm not sure if this happens on Linux, but for all I know it does. To repro, fire up any image (ideally one that does almost nothing, and doesn't read the serial port), and use the option "-serial pipe:mypipe". Then use Putty or something else to connect to

Re: [Qemu-devel] [RFC] reverse execution.

2013-05-19 Thread Peter Maydell
On 19 May 2013 21:09, Mark Burton wrote: > Note - what I understand by a basic block is something that ends in a > jump/branch of some description. Hence, one thing I think you can say about a > basic block is that each PC value within it is unique. Hence, if I know the > number of basic b

Re: [Qemu-devel] [RFC] reverse execution.

2013-05-19 Thread Mark Burton
Spot on Peter, The (simplistic) plan is simply to take a snapshot at regular intervals, when you want to step backwards, you return to a snapshot, and then re-run forwards to 'just before you started'. To answer Blauwirbel, we can't "approximate" this - or 'binary search' for the right place -

Re: [Qemu-devel] [PATCH v4 0/8] block: drive-backup live backup command

2013-05-19 Thread Richard W.M. Jones
On Sun, May 19, 2013 at 09:30:46PM +0200, Paolo Bonzini wrote: > Il 19/05/2013 18:47, Richard W.M. Jones ha scritto: > >> > > >> > More advanced users may wish to make the target an NBD URL. The NBD > >> > server > >> > listening on the other side can process the backup writes any way it > >> >

Re: [Qemu-devel] [PATCH v4 0/8] block: drive-backup live backup command

2013-05-19 Thread Paolo Bonzini
Il 19/05/2013 18:47, Richard W.M. Jones ha scritto: >> > >> > More advanced users may wish to make the target an NBD URL. The NBD server >> > listening on the other side can process the backup writes any way it >> > wishes. I >> > previously posted an RFC series with a backup server that stream

Re: [Qemu-devel] VFIO VGA test branches

2013-05-19 Thread Maik Broemme
Hi Knut, Knut Omang wrote: > > On Mon, 2013-05-13 at 16:23 -0600, Alex Williamson wrote: > > On Mon, 2013-05-13 at 22:55 +0200, Knut Omang wrote: > > > Hi all, > > > > > > Perfect timing from my perspective, thanks Alex! > > > > > > I spent the better part of the weekend testing your branches

Re: [Qemu-devel] Could configure generate QEMU's linker scripts?

2013-05-19 Thread Paolo Bonzini
Il 19/05/2013 18:30, Ed Maste ha scritto: > I'd rather > not end up just introducing a parallel set of ldscript files for > FreeBSD, so would like to generate it from the default built-in one if > possible. > > For the FreeBSD x86-64 case I can create a suitable linker script (at > least, one iden

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Pavel Pisa
Hello Andreas and others, On Sunday 19 May 2013 20:23:55 Andreas Färber wrote: > Am 18.05.2013 20:24, schrieb Rempel, Cynthia: > >>> The RTEMS development community is considering having a Google Summer > >>> of Code student test LinCAN on a simulated RTEMS target board using > >>> QEMU, and have

[Qemu-devel] [PATCH] i.MX: split GPT and EPIT timer implementation

2013-05-19 Thread Jean-Christophe DUBOIS
There is no common code between these 2 timer implementation. So it is better to split them. Signed-off-by: Jean-Christophe DUBOIS --- hw/timer/Makefile.objs | 3 +- hw/timer/imx_epit.c| 404 hw/timer/imx_gpt.c | 465 hw/timer/imx_t

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Andreas Färber
Am 18.05.2013 20:24, schrieb Rempel, Cynthia: >>> The RTEMS development community is considering having a Google Summer >>> of Code student test LinCAN on a simulated RTEMS target board using >>> QEMU, and have some questions: >>> >>> 1. What guidelines should the student follow when writing the de

Re: [Qemu-devel] [PATCH] tests: set MALLOC_PERTURB_ to expose memory bugs

2013-05-19 Thread Richard W.M. Jones
On Fri, May 17, 2013 at 11:07:38AM +0100, Daniel P. Berrange wrote: > On Fri, May 17, 2013 at 11:54:12AM +0200, Markus Armbruster wrote: > > If you want punishment, why not go for extra punishment? > > > > MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) > > That could lead to non-reproducable failures th

Re: [Qemu-devel] [PATCH v4 0/8] block: drive-backup live backup command

2013-05-19 Thread Richard W.M. Jones
On Thu, May 16, 2013 at 10:36:11AM +0200, Stefan Hajnoczi wrote: [...] > How can drive-backup be used? > - > The simplest use-case is to copy a point-in-time snapshot to a local file. > > More advanced users may wish to make the target an NBD URL. The NBD server > lis

[Qemu-devel] Could configure generate QEMU's linker scripts?

2013-05-19 Thread Ed Maste
On 19 May 2013 10:51, in a thread relating to the sparc-linux-user linker script, Michael Tokarev wrote: > If we apply this for 1.5, it will be the first release of debian > package without extra fixes. Hopefully anyway :) > > (Ofcourse we may add more fixes later but... ;) Would it be reasonabl

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Stefan Weil
Am 19.05.2013 15:19, schrieb Paolo Bonzini: > Il 19/05/2013 14:58, Paolo Bonzini ha scritto: >> Is this CAN device just an Ethernet device? QEMU does not support other >> link-level protocols. Adding them would be possible and interesting, >> however it would add a bit to the complexity. >> >> Bo

Re: [Qemu-devel] 9pfs: unWRITAble dirs with random errors in guest

2013-05-19 Thread Michael Tokarev
Rehashing an old thread again... 28.02.2013 21:25, M. Mohan Kumar wrote: > Michael Tokarev writes: > > >> 28.02.2013 17:55, M. Mohan Kumar wrote: >>> Michael Tokarev writes: >>> >>> Hi, >>> >>> Please try mounting with -oversion=9p2000.L >>> >>> With qemu-1.4.0 and 9p2000.L, I could not recrea

Re: [Qemu-devel] 9pfs segfaults on chmod(special)

2013-05-19 Thread Michael Tokarev
Guys, are we playing with our sand-box toys or what? Can we apply this maybe to 1.5?? It's just insane that such a simple bugfixes, with lots of preceeding work to identify it, and with users suffering, are being simply ignored for months... Thanks, /mjt 28.02.2013 13:12, Aneesh Kumar K.V wrot

Re: [Qemu-devel] sparc-linux-user: Fix missing symbols in .rel/.rela.plt sections

2013-05-19 Thread Michael Tokarev
19.05.2013 16:58, Aurelien Jarno wrote: > On Thu, May 09, 2013 at 05:56:03PM +, Blue Swirl wrote: >> On Wed, May 8, 2013 at 7:18 AM, Michael Tokarev wrote: >>> Ping #2? >>> >>> 06.04.2013 10:08, Michael Tokarev wrote: This patch was submitted more than a year ago (at Jan-2012). Is it

Re: [Qemu-devel] [PATCH for 1.5] ide/macio: fix wrong opaque with TRIM support

2013-05-19 Thread Michael Tokarev
19.05.2013 15:27, Aurelien Jarno wrote: > Commit 215e47b9 enabled TRIM by default, which revealed a bug in TRIM > support for the IDE macio emulation driver, introduced in d353fb72. > > The call to dma_bdrv_io() is using a wrong opaque of type IDEState > instead of DBDMA_io. This patch fixes that.

Re: [Qemu-devel] [PATCH for 1.5] ide/macio: fix wrong opaque with TRIM support

2013-05-19 Thread Paolo Bonzini
Il 19/05/2013 13:27, Aurelien Jarno ha scritto: > Commit 215e47b9 enabled TRIM by default, which revealed a bug in TRIM > support for the IDE macio emulation driver, introduced in d353fb72. > > The call to dma_bdrv_io() is using a wrong opaque of type IDEState > instead of DBDMA_io. This patch fix

Re: [Qemu-devel] [PATCH v2] pci-assign: Add MSI affinity support

2013-05-19 Thread Michael S. Tsirkin
On Mon, May 13, 2013 at 02:20:02PM -0600, Alex Williamson wrote: > To support guest MSI affinity changes update the MSI message any time > the guest writes to the address or data fields. > > Signed-off-by: Alex Williamson Seems the only way we can fix this for 1.5. Acked-by: Michael S. Tsirkin

Re: [Qemu-devel] [PATCH] target-mips: set carry bit correctly in DSPControl register

2013-05-19 Thread Aurelien Jarno
On Mon, May 13, 2013 at 05:14:35PM +0200, Petar Jovanovic wrote: > From: Petar Jovanovic > > First we need to clear the bit and then we set the given value. > Instruction ADDSC sets the bit and instruction ADDWC uses this bit. > > Signed-off-by: Petar Jovanovic > --- > target-mips/dsp_helper.c

Re: [Qemu-devel] [PATCH v3] target-mips: fix EXTPDP and setting up pos field in the DSPControl reg

2013-05-19 Thread Aurelien Jarno
On Sat, May 18, 2013 at 03:53:41AM +0200, Petar Jovanovic wrote: > From: Petar Jovanovic > > This change makes sure that modifications of pos field in the DSPControl > register do not trash other bits in the register. This bug can be triggered > with the additional test case in mips32-dsp/extpdp.

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Paolo Bonzini
Il 19/05/2013 14:58, Paolo Bonzini ha scritto: > Is this CAN device just an Ethernet device? QEMU does not support other > link-level protocols. Adding them would be possible and interesting, > however it would add a bit to the complexity. > > Both would be the same. In the first case, you'd pr

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Paolo Bonzini
Il 18/05/2013 20:24, Rempel, Cynthia ha scritto: > we want to be able to verify a guest OS's CAN driver has been integrated > properly and is sending CAN packets... > > Perhaps along the lines of two calls: > qemu-system-arm -hda linux1.img -can student-implemented-device > qemu-system-arm -hda

Re: [Qemu-devel] sparc-linux-user: Fix missing symbols in .rel/.rela.plt sections

2013-05-19 Thread Aurelien Jarno
On Thu, May 09, 2013 at 05:56:03PM +, Blue Swirl wrote: > On Wed, May 8, 2013 at 7:18 AM, Michael Tokarev wrote: > > Ping #2? > > > > 06.04.2013 10:08, Michael Tokarev wrote: > >> This patch was submitted more than a year ago (at Jan-2012). > >> Is it still needed? If yes, why it hasn't been

Re: [Qemu-devel] [PATCH 1/1 V4] virtio-net: dynamic network offloads configuration

2013-05-19 Thread Michael S. Tsirkin
On Mon, Apr 22, 2013 at 12:58:26PM -0500, Anthony Liguori wrote: > "Michael S. Tsirkin" writes: > > > On Sun, Apr 07, 2013 at 09:34:08AM +0300, Dmitry Fleytman wrote: > >> From: Dmitry Fleytman > >> > >> Virtio-net driver currently negotiates network offloads > >> on startup via features mechan

Re: [Qemu-devel] [PATCH] pcie: Add more ASPM support

2013-05-19 Thread Michael S. Tsirkin
On Wed, May 15, 2013 at 04:33:08PM -0600, Bjorn Helgaas wrote: > Indicate ASPM L0s and L1 support in Link Capabilities and make the ASPM > bits in Link Control writable. These Link Control bits don't do anything > in qemu, but having them writable means the BIOS or OS can write them as > on real h

Re: [Qemu-devel] IDE TRIM bug on at least PPC target

2013-05-19 Thread Aurelien Jarno
On Sat, May 18, 2013 at 05:30:03PM +0400, Michael Tokarev wrote: > As mentioned in LP:1179104 ( https://bugs.launchpad.net/qemu/+bug/1179104 ), > there's a segfault bug in qemu process once guest tries to use some TRIM > command against an IDE device on PPC. This makes qemu-system-ppc basically >

[Qemu-devel] [PATCH for 1.5] ide/macio: fix wrong opaque with TRIM support

2013-05-19 Thread Aurelien Jarno
Commit 215e47b9 enabled TRIM by default, which revealed a bug in TRIM support for the IDE macio emulation driver, introduced in d353fb72. The call to dma_bdrv_io() is using a wrong opaque of type IDEState instead of DBDMA_io. This patch fixes that. Fixes LP#1179104 Reported-by: Michael Tokarev

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Stefan Weil
Am 19.05.2013 09:23, schrieb Peter Maydell: > On 19 May 2013 07:58, Jean-Christophe PLAGNIOL-VILLARD > wrote: >> The AT91 is simple too and there is some patch on the ML to add the >> at91sam9263 SoC > I would recommend against making this project depend on also getting > an entire new SoC and boa

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Peter Maydell
On 19 May 2013 07:58, Jean-Christophe PLAGNIOL-VILLARD wrote: > The AT91 is simple too and there is some patch on the ML to add the > at91sam9263 SoC I would recommend against making this project depend on also getting an entire new SoC and board model into shape to be committed upstream. You wan

Re: [Qemu-devel] [RFC] reverse execution.

2013-05-19 Thread Peter Maydell
On 19 May 2013 05:37, Rob Landley wrote: > On 05/17/2013 12:23:51 PM, KONRAD Frédéric wrote: >> It appeared that the replay is not deterministic even with icount: > You're aware that reverse execution means you have the "come from" problem, > right? (The opposite of goto.) > > You literally _can'

Re: [Qemu-devel] Writing a CAN driver for QEMU

2013-05-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On May 19, 2013, at 8:44 AM, Pavel Pisa wrote: > Hello All, > > On Saturday 18 May 2013 23:23:28 Rempel, Cynthia wrote: Would following the guidance in: http://lists.gnu.org/archive/html/qemu-devel/2011-07/msg00842.html increase the probability the [CAN] device simulation would b