qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] d6c140: apic: Fix reported DFR content


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d6c140: apic: Fix reported DFR content
Date: Mon, 18 Aug 2014 04:00:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d6c140a771d3be4ef677a3c3eeb7dbfa7fb30378
      
https://github.com/qemu/qemu/commit/d6c140a771d3be4ef677a3c3eeb7dbfa7fb30378
  Author: Jan Kiszka <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/intc/apic.c

  Log Message:
  -----------
  apic: Fix reported DFR content

IA-32 SDM, Figure 10-14: Bits 27:0 are reserved as 1.

Fixes Jailhouse hypervisor start with in-kernel irqchips off.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c9cdaa3ab95031ebdb6a3cf8fdc5edadd0cb851b
      
https://github.com/qemu/qemu/commit/c9cdaa3ab95031ebdb6a3cf8fdc5edadd0cb851b
  Author: Fam Zheng <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M memory.c

  Log Message:
  -----------
  memory: Update obsolete comment about AddrRange field type

We are not 64 bit any more since

08dafab4 memory: use 128-bit integers for sizes and intermediates

but the comment is forgotten to be updated.

Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 38a24c8b7437fc3b5df74187a58879927b66f02e
      
https://github.com/qemu/qemu/commit/38a24c8b7437fc3b5df74187a58879927b66f02e
  Author: Liming Wang <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options.hx: fix a typo of chardev

Change host to port.

Signed-off-by: Liming Wang <address@hidden>
Reviewed-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ef9f7b587df5a896dc9f6d076f41a844db3d9761
      
https://github.com/qemu/qemu/commit/ef9f7b587df5a896dc9f6d076f41a844db3d9761
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/isa/lpc_ich9.c
    M hw/pci-host/pam.c
    M hw/pci-host/q35.c
    M include/hw/pci-host/pam.h

  Log Message:
  -----------
  pci-host: update obsolete reference about piix_pci.c

piix_pci.c has been renamed into piix.c at commit
c0907c9e6417cb959dfd9ef6873221536ec91351

update the obsolete reference.

Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 30dc600bbfe2c927440fd611d585d7a2acb42fbf
      
https://github.com/qemu/qemu/commit/30dc600bbfe2c927440fd611d585d7a2acb42fbf
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/pci-host/pam.c

  Log Message:
  -----------
  pci-host: update uncorresponding description

Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2bb0020cf97c938f8339c76fa8a0da6353e8d27e
      
https://github.com/qemu/qemu/commit/2bb0020cf97c938f8339c76fa8a0da6353e8d27e
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M CODING_STYLE

  Log Message:
  -----------
  CODING_STYLE: Section about conditional statement

Yoda conditions lack readability, and QEMU has a
strict compiler configuration for checking a common
mistake like "if (dev = NULL)". Make it a written rule.

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: d0657b2aab6f2a342aae2897e41d10061a9a6992
      
https://github.com/qemu/qemu/commit/d0657b2aab6f2a342aae2897e41d10061a9a6992
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/usb/dev-audio.c
    M hw/usb/dev-mtp.c
    M hw/usb/hcd-ehci.c

  Log Message:
  -----------
  usb: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2ab5bf67b7c3fe20f1645dadddd28b1881a25c47
      
https://github.com/qemu/qemu/commit/2ab5bf67b7c3fe20f1645dadddd28b1881a25c47
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/audio/gus.c
    M hw/audio/hda-codec.c
    M hw/audio/sb16.c

  Log Message:
  -----------
  audio: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 337a3e5c7d3b5a5731f6e89f055e645ae6b9f40e
      
https://github.com/qemu/qemu/commit/337a3e5c7d3b5a5731f6e89f055e645ae6b9f40e
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/isa/isa-bus.c

  Log Message:
  -----------
  isa-bus: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8108fd3e26236c14138b87e1081ec2b7b86e5132
      
https://github.com/qemu/qemu/commit/8108fd3e26236c14138b87e1081ec2b7b86e5132
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M qdev-monitor.c
    M qemu-char.c
    M util/qemu-sockets.c

  Log Message:
  -----------
  don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: fe8e8327f1a5e0b07e5aad9e3b5725ac2ebda415
      
https://github.com/qemu/qemu/commit/fe8e8327f1a5e0b07e5aad9e3b5725ac2ebda415
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M ui/spice-core.c

  Log Message:
  -----------
  spice: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 28de2f883c165ed237b49e940b10cc97292c5053
      
https://github.com/qemu/qemu/commit/28de2f883c165ed237b49e940b10cc97292c5053
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: f7472ca4053d43c32d675517c9159017ece5d7a9
      
https://github.com/qemu/qemu/commit/f7472ca4053d43c32d675517c9159017ece5d7a9
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  vmxnet3: don't use 'Yoda conditions'

imitate nearby code about using '!value' or 'value == NULL'

Signed-off-by: Gonglei <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3952651a75a5b211434e8b676e530d5200ac5b82
      
https://github.com/qemu/qemu/commit/3952651a75a5b211434e8b676e530d5200ac5b82
  Author: Gonglei <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M qemu-options.hx

  Log Message:
  -----------
  qemu-options.hx: fix typo about l2tpv3

two duplicate destport description.

s/destport/srcport/, s/destination/source/

Signed-off-by: Gonglei <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 3a9cbfe0096ad88d52c39f5a9d03f17251f750a5
      
https://github.com/qemu/qemu/commit/3a9cbfe0096ad88d52c39f5a9d03f17251f750a5
  Author: Hu Tao <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl: free err

err is not freed after use, thus causing memory leak. This patch fixes
it.

Signed-off-by: Hu Tao <address@hidden>
Cc: address@hidden
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: c75f3c041aff0d6192049860a8f7b4db40ec0603
      
https://github.com/qemu/qemu/commit/c75f3c041aff0d6192049860a8f7b4db40ec0603
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/ssi/xilinx_spi.c

  Log Message:
  -----------
  ssi: xilinx_spi: Initialise CS GPIOs as NULL

To properly indicate they are unconnected.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: aa2ac1dac3d27b412e2dba4cde38724446751344
      
https://github.com/qemu/qemu/commit/aa2ac1dac3d27b412e2dba4cde38724446751344
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/intc/openpic.c
    M hw/ppc/e500.c
    M hw/ppc/mac_newworld.c

  Log Message:
  -----------
  ppc: convert g_new(qemu_irq usages to g_new0

To indicate the IRQs are initially disconnected.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8945c7f75419a8191f3e99b341f1a485b48af766
      
https://github.com/qemu/qemu/commit/8945c7f75419a8191f3e99b341f1a485b48af766
  Author: Peter Crosthwaite <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/intc/i8259.c

  Log Message:
  -----------
  intc: i8259: Convert Array allocation to g_new0

To be more array friendly and to indicate the IRQs are initially
disconnected.

Signed-off-by: Peter Crosthwaite <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2c145d7a73206afc576fea86514e892e11481dab
      
https://github.com/qemu/qemu/commit/2c145d7a73206afc576fea86514e892e11481dab
  Author: zhanghailiang <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/bt/l2cap.c

  Log Message:
  -----------
  l2cap: fix access to freed memory

Pointer 'ch' will be used in function 'l2cap_channel_open_req_msg' after
it was previously freed in 'l2cap_channel_open'.
Assigned it to NULL after it is freed.

Reviewed-by: Alex Bennée <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: zhanghailiang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 5edbdbcdf882e4220adc7dbf433351077cd1fbbc
      
https://github.com/qemu/qemu/commit/5edbdbcdf882e4220adc7dbf433351077cd1fbbc
  Author: zhanghailiang <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M hw/misc/ivshmem.c

  Log Message:
  -----------
  ivshmem: check the value returned by fstat()

The function fstat() may fail, so check its return value.

Acked-by: Levente Kurusa <address@hidden>
Reviewed-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: zhanghailiang <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 142f4ac5d5e024670ef4725e8943702b027e4218
      
https://github.com/qemu/qemu/commit/142f4ac5d5e024670ef4725e8943702b027e4218
  Author: Peter Maydell <address@hidden>
  Date:   2014-08-15 (Fri, 15 Aug 2014)

  Changed paths:
    M CODING_STYLE
    M hw/audio/gus.c
    M hw/audio/hda-codec.c
    M hw/audio/sb16.c
    M hw/bt/l2cap.c
    M hw/intc/apic.c
    M hw/intc/i8259.c
    M hw/intc/openpic.c
    M hw/isa/isa-bus.c
    M hw/isa/lpc_ich9.c
    M hw/misc/ivshmem.c
    M hw/net/vmxnet3.c
    M hw/pci-host/pam.c
    M hw/pci-host/q35.c
    M hw/ppc/e500.c
    M hw/ppc/mac_newworld.c
    M hw/ssi/xilinx_spi.c
    M hw/usb/dev-audio.c
    M hw/usb/dev-mtp.c
    M hw/usb/hcd-ehci.c
    M include/hw/pci-host/pam.h
    M memory.c
    M qdev-monitor.c
    M qemu-char.c
    M qemu-options.hx
    M ui/spice-core.c
    M util/qemu-sockets.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' 
into staging

trivial patches for 2014-08-15

# gpg: Signature made Fri 15 Aug 2014 16:13:03 BST using RSA key ID A4C3D7DB
# gpg: Good signature from "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg:                 aka "Michael Tokarev <address@hidden>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 6EE1 95D1 886E 8FFB 810D  4324 457C E0A0 8044 65C5
#      Subkey fingerprint: 6F67 E18E 7C91 C5B1 5514  66A7 BEE5 9D74 A4C3 D7DB

* remotes/mjt/tags/trivial-patches-2014-08-15:
  ivshmem: check the value returned by fstat()
  l2cap: fix access to freed memory
  intc: i8259: Convert Array allocation to g_new0
  ppc: convert g_new(qemu_irq usages to g_new0
  ssi: xilinx_spi: Initialise CS GPIOs as NULL
  vl: free err
  qemu-options.hx: fix typo about l2tpv3
  vmxnet3: don't use 'Yoda conditions'
  vl: don't use 'Yoda conditions'
  spice: don't use 'Yoda conditions'
  don't use 'Yoda conditions'
  isa-bus: don't use 'Yoda conditions'
  audio: don't use 'Yoda conditions'
  usb: don't use 'Yoda conditions'
  CODING_STYLE: Section about conditional statement
  pci-host: update uncorresponding description
  pci-host: update obsolete reference about piix_pci.c
  qemu-options.hx: fix a typo of chardev
  memory: Update obsolete comment about AddrRange field type
  apic: Fix reported DFR content

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f2c85a2f36f5...142f4ac5d5e0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]