[Qemu-devel] [PATCH v5 0/2] remove i386/pc dependency from non-PC world (part 1) fix

Philippe Mathieu-Daudé posted 2 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
hw/char/debugcon.c      | 1 -
hw/i386/vmport.c        | 8 +++-----
hw/intc/lm32_pic.c      | 1 -
hw/moxie/moxiesim.c     | 1 -
hw/sparc/sun4m.c        | 1 -
hw/watchdog/wdt_ib700.c | 1 -
hw/i386/trace-events    | 4 ++++
7 files changed, 7 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH v5 0/2] remove i386/pc dependency from non-PC world (part 1) fix
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
Fix patch 42 from previous series (v4) so patchew can build, and if a maintainer
is willing to take the previous series with the last 2 patches, I don't need to
respam a v6.

Regards,

Phil.

Based-on: 20171215033015.738-42-f4bug@amsat.org
          (remove i386/pc dependency from non-PC world v4)

Philippe Mathieu-Daudé (2):
  hw/i386/vmport: replace fprintf() by trace events
  misc: drop old i386 dependency

 hw/char/debugcon.c      | 1 -
 hw/i386/vmport.c        | 8 +++-----
 hw/intc/lm32_pic.c      | 1 -
 hw/moxie/moxiesim.c     | 1 -
 hw/sparc/sun4m.c        | 1 -
 hw/watchdog/wdt_ib700.c | 1 -
 hw/i386/trace-events    | 4 ++++
 7 files changed, 7 insertions(+), 10 deletions(-)

-- 
2.15.1


Re: [Qemu-devel] [PATCH v5 0/2] remove i386/pc dependency from non-PC world (part 1) fix
Posted by Paolo Bonzini 6 years, 4 months ago
On 15/12/2017 04:43, Philippe Mathieu-Daudé wrote:
> Fix patch 42 from previous series (v4) so patchew can build, and if a maintainer
> is willing to take the previous series with the last 2 patches, I don't need to
> respam a v6.
> 
> Regards,
> 
> Phil.

I tweaked a bit patch 1 to use LOG_UNIMP instead, and queued these two
patches.

Paolo

> Based-on: 20171215033015.738-42-f4bug@amsat.org
>           (remove i386/pc dependency from non-PC world v4)
> 
> Philippe Mathieu-Daudé (2):
>   hw/i386/vmport: replace fprintf() by trace events
>   misc: drop old i386 dependency
> 
>  hw/char/debugcon.c      | 1 -
>  hw/i386/vmport.c        | 8 +++-----
>  hw/intc/lm32_pic.c      | 1 -
>  hw/moxie/moxiesim.c     | 1 -
>  hw/sparc/sun4m.c        | 1 -
>  hw/watchdog/wdt_ib700.c | 1 -
>  hw/i386/trace-events    | 4 ++++
>  7 files changed, 7 insertions(+), 10 deletions(-)
>