ping
At 2016-10-23 14:31:26, "xiaoqiang zhao" wrote:
>This patch set aims for QOM'ifying code relate with sparc.
>It is part of my QOM'ify work of qemu code base.
>
>xiaoqiang zhao (9):
> hw/misc: QOM'ify eccmemctl.c
> hw/dma: QOM'ify sparc32_dma.c
> hw/dma: QOM'ify sun4m_iommu.c
> hw/m
ping ...
At 2016-10-23 15:06:51, "xiaoqiang zhao" wrote:
>This is some QOM'ify work relate with etraxfs.
>See each commit for details.
>
>xiaoqiang zhao (2):
> hw/timer: QOM'ify etraxfs_timer
> hw/net: QOM'ify etraxfs_eth.c
>
> hw/net/etraxfs_eth.c | 34 +++---
>
In commit c52ab08aee6f7d4717fc6b517174043126bd302f,
the patch snippet for the "syscall" insn got applied to "iret".
Signed-off-by: Doug Evans
---
target/i386/translate.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/target/i386/translate.c b/target/i386/translat
Public bug reported:
# lsblk -D
NAME DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO
sda 04K 1G 0
├─sda104K 1G 0
├─sda2 10244K 1G 0
└─sda504K 1G 0
Last column should be `1` at least for "
Virtio will never support discard requests. Please use virtio-scsi.
So, please rename bug to "Feature request: Refuse to operate if virtio +
discard is requested"
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad
Le 24/12/2016 à 19:04, mar.krzeminski a écrit :
W dniu 24.12.2016 o 18:41, Jean-Christophe DUBOIS pisze:
Le 24/12/2016 à 18:18, mar.krzeminski a écrit :
Hello,
W dniu 24.12.2016 o 16:11, Jean-Christophe Dubois pisze:
It did happen that the internal data buffer was overrun leading to
a Qemu
W dniu 24.12.2016 o 18:41, Jean-Christophe DUBOIS pisze:
Le 24/12/2016 à 18:18, mar.krzeminski a écrit :
Hello,
W dniu 24.12.2016 o 16:11, Jean-Christophe Dubois pisze:
It did happen that the internal data buffer was overrun leading to a
Qemu
crash (in particular while emulating the i.MX6 s
Le 24/12/2016 à 18:18, mar.krzeminski a écrit :
Hello,
W dniu 24.12.2016 o 16:11, Jean-Christophe Dubois pisze:
It did happen that the internal data buffer was overrun leading to a
Qemu
crash (in particular while emulating the i.MX6 sabrelite board).
This patch makes sure the data array would
Hello,
W dniu 24.12.2016 o 16:11, Jean-Christophe Dubois pisze:
It did happen that the internal data buffer was overrun leading to a Qemu
crash (in particular while emulating the i.MX6 sabrelite board).
This patch makes sure the data array would not be overrun and allow the
sabrelite emulation
It did happen that the internal data buffer was overrun leading to a Qemu
crash (in particular while emulating the i.MX6 sabrelite board).
This patch makes sure the data array would not be overrun and allow the
sabrelite emulation to run without crash.
Signed-off-by: Jean-Christophe Dubois
---
From: Richard Henderson
Also manage word and byte operands and fix the computation of
overflow in the case of M68000 arithmetic shifts.
Signed-off-by: Laurent Vivier
Signed-off-by: Richard Henderson
Message-Id: <1478699171-10637-4-git-send-email-...@twiddle.net>
---
target/m68k/helper.c|
From: Richard Henderson
Provide gen_lea_mode and gen_ea_mode, where the mode can be
specified manually, rather than taken from the instruction.
Signed-off-by: Richard Henderson
Message-Id: <1478206203-4606-3-git-send-email-...@twiddle.net>
---
target/m68k/translate.c | 112
680x0 movem can load/store words and long words and can use more
addressing modes. Coldfire can only use long words with (Ax) and
(d16,Ax) addressing modes.
Signed-off-by: Laurent Vivier
Signed-off-by: Richard Henderson
Message-Id: <1478699171-10637-2-git-send-email-...@twiddle.net>
---
target
Implement CAS using cmpxchg.
Implement CAS2 using helper and either cmpxchg when
the 32bit addresses are consecutive, or with
parallel_cpus+cpu_loop_exit_atomic() otherwise.
Suggested-by: Richard Henderson
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
---
target/m68k/helper.h
From: Richard Henderson
Report this properly via exception and, importantly, allow
the disassembler the chance to tell us what insn is not handled.
Reviewed-by: Laurent Vivier
Signed-off-by: Richard Henderson
Message-Id: <1478699171-10637-3-git-send-email-...@twiddle.net>
Signed-off-by: Lauren
This is a cleanup patch. It adds call to tcg_temp_free()
when it is missing.
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
---
target/m68k/translate.c | 41 -
1 file changed, 32 insertions(+), 9 deletions(-)
diff --git a/target/m68k/transl
Update helper to set the throwing location in case of div-by-0.
Cleanup divX.w and add quad word variants of divX.l.
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
[laurent: modified to clear Z on overflow, as found with risu]
---
linux-user/main.c | 7 ++
target/m68k/cpu.
From: Richard Henderson
Signed-off-by: Richard Henderson
Message-Id: <1478206203-4606-2-git-send-email-...@twiddle.net>
---
target/m68k/translate.c | 84 +
1 file changed, 64 insertions(+), 20 deletions(-)
diff --git a/target/m68k/translate.c b/t
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
---
target/m68k/translate.c | 391
1 file changed, 391 insertions(+)
diff --git a/target/m68k/translate.c b/target/m68k/translate.c
index 76c77ee..bb5a299 100644
--- a/target/m68k/trans
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
---
target/m68k/translate.c | 62 +++--
1 file changed, 50 insertions(+), 12 deletions(-)
diff --git a/target/m68k/translate.c b/target/m68k/translate.c
index 97edb7b..6678b57 100644
--- a/t
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
---
target/m68k/translate.c | 220
1 file changed, 220 insertions(+)
diff --git a/target/m68k/translate.c b/target/m68k/translate.c
index 737009e..1567647 100644
--- a/target/m68k/trans
Signed-off-by: Laurent Vivier
Reviewed-by: Richard Henderson
Message-Id: <1477604609-2206-2-git-send-email-laur...@vivier.eu>
Signed-off-by: Richard Henderson
Message-Id: <1478206203-4606-4-git-send-email-...@twiddle.net>
---
target/m68k/translate.c | 16
1 file changed, 16 ins
The following changes since commit a470b33259bf82ef2336bfcd5d07640562d3f63b:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
(2016-12-22 19:23:51 +)
are available in the git repository at:
git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.9-pull-request
Le 24/12/2016 à 10:01, Thomas Huth a écrit :
> Hi all,
>
> the last door of the QEMU advent calendar 2016 can now be opened
> (http://www.qemu-advent-calendar.org/2016/index.html#day-24), so we'd
> now like to say thank you to everybody who has contributed to or
> followed the advent calendar! It
Hi all,
the last door of the QEMU advent calendar 2016 can now be opened
(http://www.qemu-advent-calendar.org/2016/index.html#day-24), so we'd
now like to say thank you to everybody who has contributed to or
followed the advent calendar! It was fun to come up with all these disk
images and we hop
Well, there are some clear indications in your log what might be wrong:
warning: TCG doesn't support requested feature: CPUID.01H:EDX.vme [bit 1]
warning: TCG doesn't support requested feature: CPUID.01H:ECX.x2apic [bit 21]
warning: TCG doesn't support requested feature: CPUID.01H:ECX.tsc-deadline
26 matches
Mail list logo