[Qemu-devel] [PATCH 1/1] dev-serial: report when data are ready to be read

2014-12-18 Thread Jean-Christophe PLAGNIOL-VILLARD
So we can pull it on software without IRQ support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- hw/usb/dev-serial.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/usb/dev-serial.c b/hw/usb/dev-serial.c index 500fbb0..4c14126 100644 --- a/hw/usb/dev-serial.c

Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:44 Fri 25 Oct , Peter Maydell wrote: On 25 October 2013 12:04, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: On 11:33 Sat 19 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: as it's depend on current direction ony change to get that applied? Barebox relay

Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:33 Sat 19 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: as it's depend on current direction ony change to get that applied? Barebox relay on it so it can work on both qemu and real hw Best Regards, J. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- hw

[Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-19 Thread Jean-Christophe PLAGNIOL-VILLARD
as it's depend on current direction Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- hw/sd/pl181.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/sd/pl181.c b/hw/sd/pl181.c index 03875bf..91adbbd 100644 --- a/hw/sd/pl181.c +++ b/hw/sd/pl181.c

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 p...@cmp.felk.cvut.cz 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

[Qemu-devel] [PATCH 1/1] highbank: set default power domain register

2013-02-16 Thread Jean-Christophe PLAGNIOL-VILLARD
at 0xfff3cf20 enable SATA, MMC, PCI c: Rob Herring rob.herr...@calxeda.com Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- hw/highbank.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/highbank.c b/hw/highbank.c index defcc09..64aef30 100644 --- a/hw

[Qemu-devel] [PATCH 1/1] versatilepb: add gpio pl061 support

2012-10-05 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- hw/versatilepb.c |5 + 1 file changed, 5 insertions(+) diff --git a/hw/versatilepb.c b/hw/versatilepb.c index 7a92034..3359c6c 100644 --- a/hw/versatilepb.c +++ b/hw/versatilepb.c @@ -265,6 +265,11 @@ static void

[Qemu-devel] Re: [PATCH] CFI: Fix AMD erase support

2008-03-13 Thread Jean-Christophe PLAGNIOL-VILLARD
No review? On 16:57 Sun 24 Feb , Jean-Christophe PLAGNIOL-VILLARD wrote: Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index b3a8a8e..c360179 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -275,7 +275,7

[Qemu-devel] [PATCH] MIPS_R4K: add optionnal 4MB cfi flash and allow to boot from it

2008-02-26 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/hw/mips_r4k.c b/hw/mips_r4k.c index 63bd158..fca5651 100644 --- a/hw/mips_r4k.c +++ b/hw/mips_r4k.c @@ -14,6 +14,7 @@ #include net.h #include sysemu.h #include boards.h +#include flash.h #ifdef

[Qemu-devel] [PATCH] TFTP: fix search of ':' in BootFile

2008-02-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/net/tftp.c b/net/tftp.c index 3dd2b06..ea8fea2 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -474,7 +474,7 @@ TftpStart (void) printf (*** Warning: no boot file name; using '%s'\n

[Qemu-devel] [PATCH] CFI: Fix AMD erase support

2008-02-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [EMAIL PROTECTED] diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index b3a8a8e..c360179 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -275,7 +275,7 @@ static void pflash_write (pflash_t *pfl, target_ulong offset, uint32_t value