Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qemu/qemu
base: 6188cd6e0d93^
Choose a base ref
...
head repository: qemu/qemu
compare: 3be37f057483
Choose a head ref
  • 12 commits
  • 14 files changed
  • 5 contributors

Commits on Jun 9, 2023

  1. linux-user: add comments for TARGET_NR_[gs]etgroups{,32}

    There are 2 paits of identical code (with different types)
    for TARGET_NR_setgroups and TARGET_NR_setgroups32, and
    for TARGET_NR_getgroups and TARGET_NR_getgroups32.  Add
    comments stating this fact, so that further modifications
    are done in two places.
    
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    6188cd6 View commit details
    Browse the repository at this point in the history
  2. docs: Fix trivial typos in vhost-user.rst

    Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    mz-pdm authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    ac9fd43 View commit details
    Browse the repository at this point in the history
  3. hw/virtio/virtio-qmp.c: spelling: suppoted

    Fixes: f3034ad
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    Reviewed-by: Stefan Weil <sw@weilnetz.de>
    Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    e26042e View commit details
    Browse the repository at this point in the history
  4. spelling: information

    3 trivial fixes: 2 .json comments which goes to
    executables, and 1 .h file comment.
    
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    ba6a6b0 View commit details
    Browse the repository at this point in the history
  5. hw/remote: Fix vfu_cfg trace offset format

    The printed offset value is prefixed with 0x, but was actually printed
    in decimal. To spare others the confusion, adjust the format specifier
    to hexadecimal.
    
    Signed-off-by: Mattias Nissler <mnissler@rivosinc.com>
    Reviewed-by: Jagannathan Raman <jag.raman@oracle.com>
    Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    mnissler-rivos authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    ef96f65 View commit details
    Browse the repository at this point in the history
  6. block.c: add newline for "Detected format" warning

    Add the forgotten trailing newline.
    
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    3934956 View commit details
    Browse the repository at this point in the history
  7. meson: install keyboard maps only if necessary

    They are required only for system emulation (i.e. have_system is true).
    
    Signed-off-by: Carlos Santos <casantos@redhat.com>
    Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    casantos authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    5727d9c View commit details
    Browse the repository at this point in the history
  8. target/m68k/fpu_helper: Use FloatRelation enum to hold comparison result

    Use the FloatRelation enum to hold the comparison result (missed
    in commit 71bfd65 "softfloat: Name compare relation enum").
    
    Inspired-by: Cédric Le Goater <clg@kaod.org>
    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    philmd authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    5cfcc4b View commit details
    Browse the repository at this point in the history
  9. hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macro

    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    philmd authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    f2def09 View commit details
    Browse the repository at this point in the history
  10. hw/i386/microvm: Simplify using object_dynamic_cast()

    Use object_dynamic_cast() to determine if 'dev' is a TYPE_VIRTIO_MMIO.
    
    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Reviewed-by: Sergio Lopez <slp@redhat.com>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    philmd authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    3d455fc View commit details
    Browse the repository at this point in the history
  11. hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macro

    Remove unnecessary intermediate variables.
    
    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    philmd authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    a88b22c View commit details
    Browse the repository at this point in the history
  12. hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macro

    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
    Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
    philmd authored and Michael Tokarev committed Jun 9, 2023
    Copy the full SHA
    3be37f0 View commit details
    Browse the repository at this point in the history