John Snow writes:
> The type checker can't narrow the type of the token value to string,
> because it's only loosely correlated with the return token.
>
> We know that a token of '#' should always have a "str" value.
> Add an assertion.
>
> Signed-off-by: John Snow
> ---
> scripts/qapi/parser.p
On Fri, 23 Apr 2021 at 22:08, Programmingkid wrote:
>
> This patch was submitted in February and I haven't heard anything about it
> since. Could this be included in the up coming release please?
It's about two weeks late to get into 6.0, I'm afraid.
Cc'ing Paolo for review since it's a meson.b
On 4/24/21 7:28 AM, Markus Armbruster wrote:
> Philippe Mathieu-Daudé writes:
>>
>>> Looking at qemu_register_reset() uses I found this commit:
>>>
>>> commit 0c7322cfd3fd382c0096c2a9f00775818a878e13
>>> Date: Mon Jun 29 08:21:10 2015 +0200
>>>
>>> watchdog/diag288: correctly register for syste
On 4/24/21 3:04 PM, Philippe Mathieu-Daudé wrote:
> On 4/24/21 7:28 AM, Markus Armbruster wrote:
>> Philippe Mathieu-Daudé writes:
>>>
Looking at qemu_register_reset() uses I found this commit:
commit 0c7322cfd3fd382c0096c2a9f00775818a878e13
Date: Mon Jun 29 08:21:10 2015 +02
Instead of having all TYPE_CCW_DEVICE children set the bus type to
TYPE_VIRTUAL_CSS_BUS, do it once in the abstract parent.
Signed-off-by: Philippe Mathieu-Daudé
---
RFC because I don't know these devices, maybe there is a reason
for setting the bus type in the children (but it should be document
From: Warner Losh
keyword space paren, no space before ( in function calls, spaces around
operators.
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/bsdload.c | 32
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/bsd-user
From: Warner Losh
Version 2:
In version 2 I've fixed all the checkpatch.pl issues for all the files that I
touched. Since files are changed incrementally, some of the individual changes
may not pass checkpatch.pl due to pre-existing problems, but the cumulative
diff passes with just warnings. I'
From: Warner Losh
Space after keywords, no space for function calls and spaces around operators.
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/main.c | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/bsd-use
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/mmap.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index 01ec808003..0ac1b92706 100644
--- a/bsd-user/mmap.c
+++ b/bsd-use
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/main.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 455b8eddab..ff886de98e 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/main.c | 143
1 file changed, 143 deletions(-)
diff --git a/bsd-user/main.c b/bsd-user/main.c
index ff886de98e..3c6c0ec687 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -244,118 +
From: Warner Losh
Fix various whitespace-only issues from checkpatch:
keyword space (
no space before ( on function calls
spaces around operators
suspect indentations (including one functions reindented)
extra spaces around unary operators
Reviewed-by: Richard Henderson
Sign
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index adc3d21b54..3352735c68 100644
--- a/bsd-user/syscall.c
+++ b/b
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/bsdload.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c
index 546946b91d..fd14ffa4cd 100644
--- a/bsd-user/bsdload.c
+++ b/bsd-user/bsdload.c
@@ -28,7 +28,7 @@ s
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/mmap.c | 51 -
1 file changed, 29 insertions(+), 22 deletions(-)
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index 0ac1b92706..0ff06d7349 100644
--- a/bsd-user/mmap.c
+++ b/bsd-user/mma
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index d2bcaab741..b836b603af 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -233,7 +2
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c
index 3c9d8c2845..87154283ef 100644
--- a/bsd-user/elfload.c
+++ b/bsd-user/elfload
From: Warner Losh
Use the preferred block comment style.
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/main.c | 28 ++--
1 file changed, 18 insertions(+), 10 deletions(-)
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 3c6c0ec687..60a62e0
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bsd-user/strace.c b/bsd-user/strace.c
index e4153fd0a1..aa4ab8cee7 100644
--- a/bsd-user/strace.c
+++ b/bsd-user/strace.c
@@ -159,8 +159,10 @@ static void
From: Warner Losh
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
index 91e2067933..89163257f4 100644
--- a/bsd-user/uaccess.c
+++ b/bsd-user/uaccess.c
@
From: Warner Losh
Remove dead code that's been commented out forever.
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 4
1 file changed, 4 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index b836b603af..7ccc8ad397 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -71,7
From: Warner Losh
Fix various issues with {} not being present on if / for statements.
Minor line length tweaks
Move an assignment in an if out.
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/main.c | 66 -
1 file changed
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 40 +++-
1 file changed, 27 insertions(+), 13 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 1f6b93923c..1851311acd 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 8
1 file changed, 8 deletions(-)
diff --git a/bsd-user/strace.c b/bsd-user/strace.c
index 2c3b59caf0..be40b8a20c 100644
--- a/bsd-user/strace.c
+++ b/bsd-user/strace.c
@@ -128,14 +128,6 @@ static void print_syscall_
From: Warner Losh
Lines > 80 or 90 characters
C++ comments
BSD /*- block comment convention removed.
Reviewed-by: Richard Henderson
Signed-off-by: Warner Losh
---
bsd-user/bsd-mman.h | 42 ++
1 file changed, 26 insertions(+), 16 deletions(-)
diff --git
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c
index 243a5a5048..f455a3812a 100644
--- a/bsd-user/elfload.c
+++ b/bsd-user/elfload.c
@@ -756,
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 12
1 file changed, 12 deletions(-)
diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c
index 87154283ef..2c6764d372 100644
--- a/bsd-user/elfload.c
+++ b/bsd-user/elfload.c
@@ -1270,9 +1270,6 @@ int load_elf_b
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsd-user/elfload.c b/bsd-user/elfload.c
index 2c6764d372..243a5a5048 100644
--- a/bsd-user/elfload.c
+++ b/bsd-user/elfload.c
@@ -1544,7 +1544,7 @@ int load_el
From: Warner Losh
Use the preferred block comment style, move comments as needed for line length
restrictions, delete some dead code that looked like a comment, break some lines
> 80 columns at the same time since there are many associated with comments.
Signed-off-by: Warner Losh
---
bsd-user
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/x86_64/target_syscall.h | 15 ---
1 file changed, 15 deletions(-)
diff --git a/bsd-user/x86_64/target_syscall.h b/bsd-user/x86_64/target_syscall.h
index a8e6274b76..ec99354e15 100644
--- a/bsd-user/x86_64/target_syscall.h
++
From: Warner Losh
Create target_arch_cpu.h to house the target_cpu_loop and target_cpu_init
functions. These are the empty files that will be populated by moving the
appropriate cpu-specific functions out of main.c. This work pre-dates the
linux-user work that moved these to cpu-loop.c, so was do
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 74 -
1 file changed, 43 insertions(+), 31 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index de20e8329a..7f3cfa68aa 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qem
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/bsdload.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/bsd-user/bsdload.c b/bsd-user/bsdload.c
index fd14ffa4cd..e1ed3b7b60 100644
--- a/bsd-user/bsdload.c
+++ b/bsd-user/bsdload.c
@@ -13,8 +13,9 @@ ab
Hi,
This series is the result of a code audit of the DeviceClass::reset()
method uses, having Markus following explanation in mind [1]:
"Propagating reset from the root of the qtree to the leaves
won't reach a bus-less device, because the qtree contains
only the devices that plug into a qbu
From: Warner Losh
Move the sparc cpu_loop out of main.c and into target_arch_cpu.h and
rename it from cpu_loop to target_cpu_loop. Remove the #ifdef around
the catch-all cpu_loop.
Signed-off-by: Stacey Son
Signed-off-by: Warner Losh
---
bsd-user/main.c | 270 -
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
index 89163257f4..7eb4546fed 100644
--- a/bsd-user/uaccess.c
+++ b/bsd-user/uaccess.c
@@ -4,9 +4,10 @@
From: Warner Losh
Introduce host_os.h for frebsd, netbsd and openbsd. This sets the default bsd
being implemented today. In the future it will have code that is per-BSD
specific. Abstracted from a larger c93465b6208c4c95cc0a394ffef4180ba6ccf27a in
the qemu-bsd-user repo.
Reviewed-by: Richard Hen
The TYPE_SPAPR_TCE_TABLE device is bus-less, thus isn't reset
automatically. Register a reset handler to get reset with the
machine.
It doesn't seem to be an issue because it is that way since the
device QDev'ifycation 8 years ago, in commit a83000f5e3f
("spapr-tce: make sPAPRTCETable a proper de
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/mmap.c | 112
1 file changed, 74 insertions(+), 38 deletions(-)
diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c
index 0ff06d7349..1aec1916c0 100644
--- a/bsd-user/mmap.c
+++ b/bsd-user/mma
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 20 +---
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 2494d9209d..8d3767964d 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -358,16 +358,18 @@ abi_
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/main.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/bsd-user/main.c b/bsd-user/main.c
index 8f5cb7162d..a98a45df21 100644
--- a/bsd-user/main.c
+++ b/bsd-user/main.c
@@ -37,6 +37,7 @@
#include "tcg/tc
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 5a82722281..de20e8329a 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -124,19 +124,19 @@ struct
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
index 7eb4546fed..aab5e995a9 100644
--- a/bsd-user/uaccess.c
+++ b/bsd-user/uaccess.c
@@ -14,7 +14,8 @@ abi_long
From: Warner Losh
extern char **environ has no standard home, so move the declaration from the .c
file to a handy .h file. Since this is a standard, old-school UNIX interface
dating from the 5th edition, it's not quite the same issue that the rule is
supposed to protect against, though.
Reviewed
From: Warner Losh
Format if/for/while statements with {} always, on a separate line
and fix a couple indentations issues for singletons.
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 147 -
1 file changed, 92 insertions(+), 55 deletions(-)
dif
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bsd-user/strace.c b/bsd-user/strace.c
index be40b8a20c..e4153fd0a1 100644
--- a/bsd-user/strace.c
+++ b/bsd-user/strace.c
@@ -147,11 +147,11 @@ static void
From: Warner Losh
Move the x86 version of the cpu_loop to target_arch_cpu.h as
target_cpu_loop. Create a cpu_loop that calls the target_cpu_loop function, but
only for x86 for now. This is code-movement only commit.
Signed-off-by: Stacey Son
Signed-off-by: Warner Losh
---
bsd-user/i386/target
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bsd-user/uaccess.c b/bsd-user/uaccess.c
index aab5e995a9..2e8ad2982f 100644
--- a/bsd-user/uaccess.c
+++ b/bsd-user/uaccess.c
@@ -54,8 +54,9 @@ abi_long
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 40 +---
1 file changed, 25 insertions(+), 15 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 5e033e8bf4..46c0e29841 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 7f3cfa68aa..2494d9209d 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -288,7 +288,8 @@ static inline bool acc
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bsd-user/strace.c b/bsd-user/strace.c
index aa4ab8cee7..94f2b59565 100644
--- a/bsd-user/strace.c
+++ b/bsd-user/strace.c
@@ -80,7 +80,8 @@ static void print_
The abstract PCMCIA_CARD is a bus-less TYPE_DEVICE, so devices
implementing it are not reset automatically.
Register a reset handler so children get reset on machine reset.
Note, the DSCM-1 device (TYPE_DSCM1) which inherits
TYPE_MICRODRIVE and PCMCIA_CARD reset itself when a disk is
attac
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 21 +
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 46c0e29841..fbe3b3b2fe 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/syscall.c
@@ -140,8
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 36ffa6a880..1f6b93923c 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/syscall.c
@@ -187,7 +187,7 @@ oidfmt(int *o
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 3352735c68..5e033e8bf4 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/syscall.c
@@ -77,8
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index 1851311acd..d5c3168a6d 100644
--- a/bsd-user/syscall.c
+++ b/bsd-user/syscall.c
@@ -209,6 +209,7 @@ static int sysctl_oldcvt(void
The TYPE_NAND device is bus-less, thus isn't reset automatically.
Register a reset handler to get reset with the machine.
Fixed: 7426aa72c36 ("nand: Don't inherit from Sysbus")
Signed-off-by: Philippe Mathieu-Daudé
---
hw/block/nand.c | 14 ++
1 file changed, 14 insertions(+)
diff -
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 120 +
1 file changed, 78 insertions(+), 42 deletions(-)
diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c
index fbe3b3b2fe..36ffa6a880 100644
--- a/bsd-user/syscall.c
+++ b/bsd
The OR_IRQ device is bus-less, thus isn't reset automatically.
Add the raven_pcihost_reset() handler to manually reset the OR IRQ.
Fixes: f40b83a4e31 ("40p: use OR gate to wire up raven PCI interrupts")
Signed-off-by: Philippe Mathieu-Daudé
---
hw/pci-host/prep.c | 10 ++
1 file changed,
The OR_IRQ device is bus-less, thus isn't reset automatically.
Manually reset the OR IRQs in the armsse_reset() handler.
Fixes: bb75e16d5e6 ("hw/arm/iotkit: Wire up MPC interrupt lines")
Signed-off-by: Philippe Mathieu-Daudé
---
hw/arm/armsse.c | 4
1 file changed, 4 insertions(+)
diff --g
Patchew URL: https://patchew.org/QEMU/20210424160016.15200-1-...@bsdimp.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 20210424160016.15200-1-...@bsdimp.com
Subject: [PATCH v2 00/48] bsd-user style and reorg patche
This is a false positive. The files were wrong before, so it's detecting
residual wrongness in the incremental changes.
The cumulative diff of all 48 patches passes with only warnings:
Use of uninitialized value $acpi_testexpected in string eq at ../scripts/
checkpatch.pl line 1529.
WARNING: adde
On 4/23/21 8:34 PM, Alistair Francis wrote:
--- a/target/riscv/translate.c
+++ b/target/riscv/translate.c
@@ -74,8 +74,6 @@ static inline bool has_ext(DisasContext *ctx, uint32_t ext)
#ifdef TARGET_RISCV32
# define is_32bit(ctx) true
-#elif defined(CONFIG_USER_ONLY)
-# define is_32bit(ct
On 4/23/21 8:34 PM, Alistair Francis wrote:
BugLink: https://gitlab.com/qemu-project/qemu/-/issues/6
The issue got renumbered to 47, fwiw.
Reviewed-by: Richard Henderson
r~
Signed-off-by: Alistair Francis
---
target/riscv/insn32.decode | 2 +-
1 file changed, 1 insertion(+), 1 deletion
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Remove dead code that's been commented out forever.
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 4
1 file changed, 4 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 12
1 file changed, 12 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/main.c | 143
1 file changed, 143 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 8
1 file changed, 8 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/bsdload.c | 13 ++---
1 file changed, 6 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/bsdload.c | 12 +++-
1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/x86_64/target_syscall.h | 15 ---
1 file changed, 15 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/main.c | 12
1 file changed, 8 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Move the x86 version of the cpu_loop to target_arch_cpu.h as
target_cpu_loop. Create a cpu_loop that calls the target_cpu_loop function, but
only for x86 for now. This is code-movement only commit.
Signed-off-by: Stacey Son
Signed-off
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Move the sparc cpu_loop out of main.c and into target_arch_cpu.h and
rename it from cpu_loop to target_cpu_loop. Remove the #ifdef around
the catch-all cpu_loop.
Signed-off-by: Stacey Son
Signed-off-by: Warner Losh
---
bsd-user/main
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
-start_data = 0;
+start_data =n 0;
Typo. Is this inside an ifdef or such?
Otherwise,
Reviewed-by: Richard Henderson
r~
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Use the preferred block comment style, move comments as needed for line length
restrictions, delete some dead code that looked like a comment, break some lines
80 columns at the same time since there are many associated with comments.
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Format if/for/while statements with {} always, on a separate line
and fix a couple indentations issues for singletons.
Signed-off-by: Warner Losh
---
bsd-user/elfload.c | 147 -
1 file ch
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/mmap.c | 51 -
1 file changed, 29 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson
r~
** Changed in: qemu
Status: Incomplete => New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1855617
Title:
savevm with hax saves wrong register state
Status in QEMU:
New
Bug description:
On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/mmap.c | 112
1 file changed, 74 insertions(+), 38 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 74 -
1 file changed, 43 insertions(+), 31 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/qemu.h | 20 +---
1 file changed, 13 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/uaccess.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 40 +---
1 file changed, 25 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/strace.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 21 +
1 file changed, 13 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 120 +
1 file changed, 78 insertions(+), 42 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 40 +++-
1 file changed, 27 insertions(+), 13 deletions(-)
Reviewed-by: Richard Henderson
r~
On 4/24/21 9:00 AM, i...@bsdimp.com wrote:
From: Warner Losh
Signed-off-by: Warner Losh
---
bsd-user/syscall.c | 1 +
1 file changed, 1 insertion(+)
Reviewed-by: Richard Henderson
r~
Only a pair of ARM PXA machines requires the PCMCIA type.
Complete the Kconfig dependencies to only build the PCMCIA
related devices when required.
Philippe Mathieu-Daudé (3):
hw/arm/pxa2xx: Declare PCMCIA bus with Kconfig
hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIA
hw/pcmcia: Do not
The Intel XScale PXA chipsets provide a PCMCIA controller,
which expose a PCMCIA (IDE) bus. Express this dependency using
the Kconfig 'select' expression.
Signed-off-by: Philippe Mathieu-Daudé
---
hw/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig
1 - 100 of 117 matches
Mail list logo