[Qemu-devel] [Bug 1273944] Re: multiboot header has 0 in mem_upper field

2017-04-15 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1273944 Title: multiboot h

[Qemu-devel] [Bug 1683084] [NEW] DNS server not working in QEMU usermode networking

2017-04-15 Thread Mark
Public bug reported: Nslookup is returning "unknown host". I try to ping 10.0.2.3 and it fails. Pinging 10.0.2.2 and 10.0.2.15 works correctly. Downloading files via wget using a static IP works well. Results of qemu monitor command "info network" included as an attachment. This bug was reporte

[Qemu-devel] [PATCH] timer.h: Provide monotonic time for ARM guests

2017-04-15 Thread Pranith Kumar
Tested and confirmed that the stretch i386 debian qcow2 image on a raspberry pi 2 works. Fixes: LP#: 893208 Signed-off-by: Pranith Kumar --- include/qemu/timer.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/qemu/timer.h b/

[Qemu-devel] [PATCH] hw/arm: Qomify pxa2xx.c

2017-04-15 Thread Suramya Shah
Signed-off-by: Suramya Shah --- hw/arm/pxa2xx.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c index cfee392..eea551d 100644 --- a/hw/arm/pxa2xx.c +++ b/hw/arm/pxa2xx.c @@ -755,19 +755,18 @@ static void pxa2xx_ssp_reset(DeviceS

[Qemu-devel] [Bug 1667401] Re: qemu-ppc segfaults(SIGSEGV) on pthread_create

2017-04-15 Thread William Barsse
Fixed by commit 2635531f2006bfb0f943ad25b41e176709b79b37 (available in 2.9.0rc0) ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1667401 Title:

Re: [Qemu-devel] [PATCH 04/14] cg3: switch to load_image_mr() and remove prom-addr hack

2017-04-15 Thread Philippe Mathieu-Daudé
On 04/05/2017 05:35 AM, Mark Cave-Ayland wrote: Previous to the existence of load_image_mr(), the only way to load in the FCode ROM image was to pass in its physical address via qdev properties and use load_image_targphys(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé

Re: [Qemu-devel] [PATCH 14/14] tcx: switch to load_image_mr() and remove prom_addr hack

2017-04-15 Thread Philippe Mathieu-Daudé
On 04/05/2017 05:35 AM, Mark Cave-Ayland wrote: Previous to the existence of load_image_mr(), the only way to load in the FCode ROM image was to pass in its physical address via qdev properties and use load_image_targphys(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Philippe Mathieu-Daudé

Re: [Qemu-devel] [PATCH 05/14] tcx: alter tcx_set_dirty() to accept address and length parameters

2017-04-15 Thread Philippe Mathieu-Daudé
Hi Mark, On 04/05/2017 05:35 AM, Mark Cave-Ayland wrote: Signed-off-by: Mark Cave-Ayland --- hw/display/tcx.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/display/tcx.c b/hw/display/tcx.c index 8e26aae..d24466f 100644 --- a/hw/display/tcx.c +++ b/hw/dis

Re: [Qemu-devel] [PATCH v2 0/9] arm: Implement M profile exception return properly

2017-04-15 Thread Richard Henderson
On 04/10/2017 10:13 AM, Peter Maydell wrote: Peter Maydell (9): arm: Don't implement BXJ on M-profile CPUs arm: Thumb shift operations should not permit interworking branches arm: Factor out "generate right kind of step exception" arm: Move gen_set_condexec() and gen_set_pc_im() up in the

Re: [Qemu-devel] [PATCH 05/10] tcg: add jr opcode

2017-04-15 Thread Richard Henderson
On 04/11/2017 06:17 PM, Emilio G. Cota wrote: This will be used by TCG targets to implement a fast path for indirect branches. I only have implemented and tested this on an i386 host, so make this opcode optional and mark it as not implemented by other TCG backends. I don't think this is quite

Re: [Qemu-devel] [PATCH 03/10] target/arm: optimize cross-page block chaining in softmmu

2017-04-15 Thread Richard Henderson
On 04/11/2017 06:17 PM, Emilio G. Cota wrote: +uint32_t HELPER(cross_page_check)(CPUARMState *env, target_ulong vaddr) +{ +return !!tb_from_jmp_cache(env, vaddr); +} FWIW, helpers like this that are intended to be used by more than one target should go into tcg-runtime.[ch]. That said, I

Re: [Qemu-devel] [PATCH 03/14] cg3: remove unused width and height variables

2017-04-15 Thread Richard Henderson
On 04/05/2017 01:35 AM, Mark Cave-Ayland wrote: These aren't required since we can use the display width and height directly. Signed-off-by: Mark Cave-Ayland --- hw/display/cg3.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/hw/display/cg3.c b/hw/display

Re: [Qemu-devel] [PATCH 03/10] vga: add vga_scanline_invalidated helper

2017-04-15 Thread Richard Henderson
On 04/04/2017 03:23 AM, Gerd Hoffmann wrote: +static bool vga_scanline_invalidated(VGACommonState *s, int y) +{ +if (y >= VGA_MAX_HEIGHT) { +return false; +} +return s->invalidated_y_table[y >> 5] |= 1 << (y & 0x1f); +} + void vga_sync_dirty_bitmap(VGACommonState *s) {

[Qemu-devel] DMG chunk size independence

2017-04-15 Thread Ashijeet Acharya
Hi, Some of you are already aware but for the benefit of the open list, this mail is regarding the task mentioned Here -> http://wiki.qemu-project.org/ToDo/Block/DmgChunkSizeIndependence I had a chat with Fam regarding this and he suggested a solution where we fix the output buffer size to a max