qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 16b8ed: lsi: use constant name instead of its


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 16b8ed: lsi: use constant name instead of its value
Date: Mon, 23 Sep 2013 11:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 16b8ed1d09e9535457a09b9faf7a7e6c6e8da255
      
https://github.com/qemu/qemu/commit/16b8ed1d09e9535457a09b9faf7a7e6c6e8da255
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M hw/scsi/lsi53c895a.c

  Log Message:
  -----------
  lsi: use constant name instead of its value

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: c7ac9f403af37439da0ce650b68bbcb13439768e
      
https://github.com/qemu/qemu/commit/c7ac9f403af37439da0ce650b68bbcb13439768e
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M hw/scsi/lsi53c895a.c

  Log Message:
  -----------
  lsi: check ssid versus sdid only if ssid is valid

This prevents some (invalid) error messages on console.

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 0903c35ddeebde56772b39cf08e7a0bae2eb39eb
      
https://github.com/qemu/qemu/commit/0903c35ddeebde56772b39cf08e7a0bae2eb39eb
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M hw/scsi/lsi53c895a.c

  Log Message:
  -----------
  lsi: ignore write accesses to CTEST0 registers

53C895A datasheet says that this register is read/write, and that the value
returned on read access is dependant of DMA FIFO state. However, nothing is
said for written value.

53C810A datasheet gives more insight about this register:
"This was a general purpose read/write register in previous SYM53C8XX
family chips. Although it is still a read/write register, Symbios reserves
the right to use these bits for future 53C8XX family enhancements."

This prevents going to the default case, which prints an error message.

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 689f5ff4376c576681ee581f11e710d6711f06b4
      
https://github.com/qemu/qemu/commit/689f5ff4376c576681ee581f11e710d6711f06b4
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M hw/scsi/lsi53c895a.c

  Log Message:
  -----------
  lsi: remove todo

LSI emulation has been tested with Linux on PPC platform.

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: ceae18bd74e8940ff79935a257c72e665b084bcc
      
https://github.com/qemu/qemu/commit/ceae18bd74e8940ff79935a257c72e665b084bcc
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M hw/scsi/lsi53c895a.c
    M include/hw/pci/pci_ids.h

  Log Message:
  -----------
  lsi: add 53C810 variant

Currently, treat it exactly as a 53C895A.
53C895A is a 53C810 with more capabilities, so this should work.

However, this lets us test different code paths on Linux, which
don't use lastest features if it detect a 810, or on some OSes
which only support 810 and not 895A (like very old Windows NT
versions).

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: f35c934a5add17eb549e3f7f4b8286605eb21e99
      
https://github.com/qemu/qemu/commit/f35c934a5add17eb549e3f7f4b8286605eb21e99
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M block/iscsi.c

  Log Message:
  -----------
  block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi

Debian wheezy includes libiscsi-dev 1.4.0 which does not provide
SCSI_PROVISIONING_TYPE_DEALLOCATED. Drop iscsi_co_get_block_status
in this case to allow compilation without errors.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 975a0015ee380f49a3be744279a6a06ab97e960a
      
https://github.com/qemu/qemu/commit/975a0015ee380f49a3be744279a6a06ab97e960a
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M libcacard/Makefile

  Log Message:
  -----------
  libcacard: link against qemu-error.o for error_report()

Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a5813077aac7865f69b7ee46a594f3705429f7cd
      
https://github.com/qemu/qemu/commit/a5813077aac7865f69b7ee46a594f3705429f7cd
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M util/osdep.c

  Log Message:
  -----------
  osdep: warn if open(O_DIRECT) on fails with EINVAL

Print a warning when opening a file O_DIRECT fails with EINVAL.  This
saves users a lot of time trying to figure out the EINVAL error, which
is typical when attempting to open a file O_DIRECT on Linux tmpfs.

Reported-by: Deepak C Shetty <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Eric Blake <address@hidden>


  Commit: da718ceb1730bfe6fea0178df979639b14a0646e
      
https://github.com/qemu/qemu/commit/da718ceb1730bfe6fea0178df979639b14a0646e
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M qemu-timer.c

  Log Message:
  -----------
  qemu-timer: drop outdated signal safety comments

host_alarm_handler() is invoked from the signal processing thread
(currently the iothread).  Previously we did processing in a real signal
handler with signalfd and therefore needed signal-safe timer code.

Today host_alarm_handler() just marks the alarm timer as expired/pending
and notifies the main loop using qemu_notify_event().

Therefore these outdated comments about signal safety can be dropped.

Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 978f2205c791de0e02c8802a645bea657408abfd
      
https://github.com/qemu/qemu/commit/978f2205c791de0e02c8802a645bea657408abfd
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M include/qemu/timer.h
    M qemu-timer.c

  Log Message:
  -----------
  qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe

Introduce QEMUTimerList->active_timers_lock to protect the linked list
of active timers.  This allows qemu_timer_mod_ns() to be called from any
thread.

Note that vm_clock is not thread-safe and its use of
qemu_clock_has_timers() works fine today but is also not thread-safe.

The purpose of this patch is to eventually let device models set or
cancel timers from a vcpu thread without holding the global mutex.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 3db1ee7c2af2fbbfe259712e3ce74158bc667ad3
      
https://github.com/qemu/qemu/commit/3db1ee7c2af2fbbfe259712e3ce74158bc667ad3
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M qemu-timer.c

  Log Message:
  -----------
  qemu-timer: do not take the lock in timer_pending

We can deduce the result from expire_time, by making it always -1 if
the timer is not in the active_timers list.  We need to check against
negative times passed to timer_mod_ns; clamping them to zero is not
a problem because the only clock that has a zero value at VM startup
is QEMU_CLOCK_VIRTUAL, and it is monotonic so it cannot be non-zero.
QEMU_CLOCK_HOST, instead, is not monotonic but it cannot go to negative
values unless the host time is seriously screwed up and points to
the 1960s.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 2fcd15eac3223b3907837e8d7f2b3829a16a4c45
      
https://github.com/qemu/qemu/commit/2fcd15eac3223b3907837e8d7f2b3829a16a4c45
  Author: Gabriel Kerneis <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M tests/test-coroutine.c

  Log Message:
  -----------
  coroutine: add qemu_coroutine_yield benchmark

Current coroutine performance benchmarks test only coroutine creation,
either directly or in a nested way. This patch adds a benchmark to
evaluate the performance of qemu_coroutine_yield.

Signed-off-by: Gabriel Kerneis <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a9031675b9f757eef0fe8c99284ec0133c032c32
      
https://github.com/qemu/qemu/commit/a9031675b9f757eef0fe8c99284ec0133c032c32
  Author: Gabriel Kerneis <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M tests/test-coroutine.c

  Log Message:
  -----------
  coroutine: fix /perf/nesting coroutine benchmark

The /perf/nesting benchmark is broken because the counters are
not reset after each iteration. Therefore, nesting is done only
on the first iteration, and skipped on every other.

This patch fixes the issue, and reduces the number of iterations
to make it possible to run the benchmark in a reasonable amount of
time.

Signed-off-by: Gabriel Kerneis <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 3e469dbfe413c25d48321c3a19ddfae0727dc6e5
      
https://github.com/qemu/qemu/commit/3e469dbfe413c25d48321c3a19ddfae0727dc6e5
  Author: Andrea Arcangeli <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: always use MADV_DONTFORK

MADV_DONTFORK prevents fork to fail with -ENOMEM if the default
overcommit heuristics decides there's too much anonymous virtual
memory allocated. If the KVM secondary MMU is synchronized with MMU
notifiers or not, doesn't make a difference in that regard.

Secondly it's always more efficient to avoid copying the guest
physical address space in the fork child (so we avoid to mark all the
guest memory readonly in the parent and so we skip the establishment
and teardown of lots of pagetables in the child).

In the common case we can ignore the error if MADV_DONTFORK is not
available. Leave a second invocation that errors out in the KVM path
if MMU notifiers are missing and KVM is enabled, to abort in such
case.

Signed-off-by: Andrea Arcangeli <address@hidden>
Tested-By: Benoit Canet <address@hidden>
Acked-by: Paolo Bonzini <address@hidden>
Signed-off-by: Gleb Natapov <address@hidden>


  Commit: 97577fd4c31777780a22b77afa4590086ac962c7
      
https://github.com/qemu/qemu/commit/97577fd4c31777780a22b77afa4590086ac962c7
  Author: James Hogan <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M include/sysemu/kvm.h
    M qom/cpu.c
    M target-i386/helper.c
    M target-ppc/translate.c

  Log Message:
  -----------
  cpu: Move cpu state syncs up into cpu_dump_state()

The x86 and ppc targets call cpu_synchronize_state() from their
*_cpu_dump_state() callbacks to ensure that up to date state is dumped
when KVM is enabled (for example when a KVM internal error occurs).

Move this call up into the generic cpu_dump_state() function so that
other KVM targets (namely MIPS) can take advantage of it.

This requires kvm_cpu_synchronize_state() and cpu_synchronize_state() to
be moved out of the #ifdef NEED_CPU_H in <sysemu/kvm.h> so that they're
accessible to qom/cpu.c.

Signed-off-by: James Hogan <address@hidden>
Cc: Andreas Färber <address@hidden>
Cc: Alexander Graf <address@hidden>
Cc: Gleb Natapov <address@hidden>
Cc: address@hidden
Cc: address@hidden
Signed-off-by: Gleb Natapov <address@hidden>


  Commit: 670436ced08738802e15764039d03ab0dbab2bf3
      
https://github.com/qemu/qemu/commit/670436ced08738802e15764039d03ab0dbab2bf3
  Author: Andrew Jones <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M kvm-all.c

  Log Message:
  -----------
  kvm: warn if num cpus is greater than num recommended

The comment in kvm_max_vcpus() states that it's using the recommended
procedure from the kernel API documentation to get the max number
of vcpus that kvm supports. It is, but by always returning the
maximum number supported. The maximum number should only be used
for development purposes. qemu should check KVM_CAP_NR_VCPUS for
the recommended number of vcpus. This patch adds a warning if a user
specifies a number of cpus between the recommended and max.

Signed-off-by: Andrew Jones <address@hidden>
Acked-by: Marcelo Tosatti <address@hidden>
Signed-off-by: Gleb Natapov <address@hidden>


  Commit: 0e5035776df31380a44a1a851850d110b551ecb6
      
https://github.com/qemu/qemu/commit/0e5035776df31380a44a1a851850d110b551ecb6
  Author: Marcelo Tosatti <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M target-i386/machine.c

  Log Message:
  -----------
  fix steal time MSR vmsd callback to proper opaque type

Convert steal time MSR vmsd callback pointer to proper X86CPU type.

Signed-off-by: Marcelo Tosatti <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 76fe21dedafb0319306bc993f23e7646b139cfe4
      
https://github.com/qemu/qemu/commit/76fe21dedafb0319306bc993f23e7646b139cfe4
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M include/sysemu/kvm.h
    M kvm-all.c
    M kvm-stub.c

  Log Message:
  -----------
  kvm irqfd: support direct msimessage to irq translation

On PPC64 systems MSI Messages are translated to system IRQ in a PCI
host bridge. This is already supported for emulated MSI/MSIX but
not for irqfd where the current QEMU allocates IRQ numbers from
irqchip and maps MSIMessages to IRQ in the host kernel.

This adds a new direct mapping flag which tells
the kvm_irqchip_add_msi_route() function that a new VIRQ
should not be allocated, instead the value from MSIMessage::data
should be used. It is up to the platform code to make sure that
this contains a valid IRQ number as sPAPR does in spapr_pci.c.

Signed-off-by: Alexey Kardashevskiy <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 18e5eec4db96a00907eb588a2b803401637c7f67
      
https://github.com/qemu/qemu/commit/18e5eec4db96a00907eb588a2b803401637c7f67
  Author: Jan Kiszka <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/i386/kvmvapic.c

  Log Message:
  -----------
  kvmvapic: Catch invalid ROM size

If not caught early, a zero-length ROM will cause a NULL-pointer access
later on in patch_hypercalls when allocating a zero-length ROM copy and
trying to read from it.

CC: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: c056bc3f3464cfae1c94b7dd633d3ec13b13b655
      
https://github.com/qemu/qemu/commit/c056bc3f3464cfae1c94b7dd633d3ec13b13b655
  Author: Jan Kiszka <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/i386/kvmvapic.c

  Log Message:
  -----------
  kvmvapic: Enter inactive state on hardware reset

ROM layout may change after reset of devices are hotplugged, so we have
to pick up the physical address again when the ROM is initialized. This
is best achieved by resetting the state to INACTIVE.

CC: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 4357930b8a7d2fcff2d8121ec518117428a781e7
      
https://github.com/qemu/qemu/commit/4357930b8a7d2fcff2d8121ec518117428a781e7
  Author: Jan Kiszka <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/i386/kvmvapic.c

  Log Message:
  -----------
  kvmvapic: Clear also physical ROM address when entering INACTIVE state

To avoid misinterpreting INACTIVE after migration as old qemu-kvm's
STANDBY, also clear rom_state_paddr when going back to this state.

CC: address@hidden
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 4fe6e9ecb7f9a221bfb3695079fb87946263a1e0
      
https://github.com/qemu/qemu/commit/4fe6e9ecb7f9a221bfb3695079fb87946263a1e0
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M trace-events

  Log Message:
  -----------
  kvm: fix traces to use %x instead of %d

KVM request types are normally defined using hex constants but QEMU traces
print decimal values instead, which is not very convenient.

This changes the request type format from %d to %x.

Signed-off-by: Alexey Kardashevskiy <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: c5daeae1b4ddff97d605bd954a7c2a2b2cf6040f
      
https://github.com/qemu/qemu/commit/c5daeae1b4ddff97d605bd954a7c2a2b2cf6040f
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    A linux-headers/asm-arm64/kvm.h
    A linux-headers/asm-arm64/kvm_para.h
    M linux-headers/asm-mips/kvm.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/vfio.h
    M linux-headers/linux/virtio_config.h

  Log Message:
  -----------
  linux-headers: update to 3.11

Signed-off-by: Alexey Kardashevskiy <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 787aaf5703a702094f395db6795e74230282cd62
      
https://github.com/qemu/qemu/commit/787aaf5703a702094f395db6795e74230282cd62
  Author: Benoît Canet <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M target-i386/cpu-qom.h
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: forward CPUID cache leaves when -cpu host is used

Some users running cpu intensive tasks checking the cache CPUID leaves at
startup and making decisions based on the result reported that the guest was
not reflecting the host CPUID leaves when -cpu host is used.

This patch fix this.

Signed-off-by: Benoît Canet <address@hidden>
[Rename new field to cache_info_passthrough - Paolo]
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 4f2656079f903efcd0d8224cbc79170ad3ee5b70
      
https://github.com/qemu/qemu/commit/4f2656079f903efcd0d8224cbc79170ad3ee5b70
  Author: Andrew Jones <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M linux-headers/asm-x86/kvm_para.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/kvm_para.h
    M linux-headers/linux/vfio.h

  Log Message:
  -----------
  linux-headers: update to 3.12-rc1

Signed-off-by: Andrew Jones <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: f010bc643a2759e87e989c3e4e85f15ec71ae98f
      
https://github.com/qemu/qemu/commit/f010bc643a2759e87e989c3e4e85f15ec71ae98f
  Author: Andrew Jones <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: add feature kvm_pv_unhalt

I don't know yet if want this feature on by default, so for now I'm
just adding support for "-cpu ...,+kvm_pv_unhalt".

Signed-off-by: Andrew Jones <address@hidden>
Reviewed-by: Eduardo Habkost <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 0f39ac9a07cc10278e37d87076b143008f28aa3b
      
https://github.com/qemu/qemu/commit/0f39ac9a07cc10278e37d87076b143008f28aa3b
  Author: Max Reitz <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M block/qcow2-snapshot.c

  Log Message:
  -----------
  qcow2: Correct snapshots size for overlap check

Using s->snapshots_size instead of snapshots_size for the metadata
overlap check in qcow2_write_snapshots leads to the detection of an
overlap with the main qcow2 image header when deleting the last
snapshot, since s->snapshots_size has not yet been updated and is
therefore non-zero. However, the offset returned by qcow2_alloc_clusters
will be zero since snapshots_size is zero. Therefore, an overlap is
detected albeit no such will occur.

This patch fixes this by replacing s->snapshots_size by snapshots_size
when calling qcow2_pre_write_overlap_check.

Signed-off-by: Max Reitz <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: e600cdf3b4ffe3370eb10a8e43ed547ac0f716cf
      
https://github.com/qemu/qemu/commit/e600cdf3b4ffe3370eb10a8e43ed547ac0f716cf
  Author: Michal Privoznik <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Undefine _FORTIFY_SOURCE prior using it

Currently, we are enforcing the _FORTIFY_SOURCE=2 without any
previous detection if the macro has been already defined, e.g.
by environment, or is just enabled by compiler by default.

Signed-off-by: Michal Privoznik <address@hidden>
Signed-off-by: Jan Vesely <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 451f7846ec64bbaa8feba03851e6fbb52acbf55c
      
https://github.com/qemu/qemu/commit/451f7846ec64bbaa8feba03851e6fbb52acbf55c
  Author: Richard W.M. Jones <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

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

  Log Message:
  -----------
  q35: Fix typo in constant DEFUALT -> DEFAULT.

Signed-off-by: Richard W.M. Jones <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 314b5d4bb6664e236aa90a478dd1e7833a918513
      
https://github.com/qemu/qemu/commit/314b5d4bb6664e236aa90a478dd1e7833a918513
  Author: Anthony PERARD <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M docs/specs/acpi_cpu_hotplug.txt

  Log Message:
  -----------
  docs: Fix IO port number for CPU present bitmap.

Signed-off-by: Anthony PERARD <address@hidden>
Reviewd-By: Igor Mammedov <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 41d1af4de44ac8729a21e4bf233d696861a3c570
      
https://github.com/qemu/qemu/commit/41d1af4de44ac8729a21e4bf233d696861a3c570
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M bsd-user/qemu.h
    M linux-user/qemu.h

  Log Message:
  -----------
  *-user: Fix typo in comment (ulocking -> unlocking)

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 227b8175e2c60334c644c7cf7800bef8efbe085b
      
https://github.com/qemu/qemu/commit/227b8175e2c60334c644c7cf7800bef8efbe085b
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M translate-all.c

  Log Message:
  -----------
  translate-all: Fix formatting of dump output

The page dump writes a table with 3 abi_ulong values in each row.
These values take 8 or 16 characters (depending on sizeof abi_ulong).

Fix the table headings to be aligned with the table columns.

old:
start    end      size     prot
0000000120000000-000000012021e000 000000000021e000 rwx
0000004000000000-0000004000002000 0000000000002000 ---
0000004000002000-0000004000802000 0000000000800000 rw-

new:
start            end              size             prot
0000000120000000-000000012021e000 000000000021e000 rwx
0000004000000000-0000004000002000 0000000000002000 ---
0000004000002000-0000004000802000 0000000000800000 rw-

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


  Commit: 2b7be8c8f5cecf936b7269ad1664361eee344842
      
https://github.com/qemu/qemu/commit/2b7be8c8f5cecf936b7269ad1664361eee344842
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add missing entry to filelist for TCI target

tci.c is also a maintained part of the TCI implementation.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 6f20f55bccdead8e68c753093f3af6a74cbba883
      
https://github.com/qemu/qemu/commit/6f20f55bccdead8e68c753093f3af6a74cbba883
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M bsd-user/qemu.h
    M linux-user/qemu.h

  Log Message:
  -----------
  *-user: Improve documentation for lock_user function

Add a missing "function" and replace "and" by "any".
BSD and Linux use the same documentation here, so fix both.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 07ac4dc5db22a31e47b149abdbc5ea99013cf4de
      
https://github.com/qemu/qemu/commit/07ac4dc5db22a31e47b149abdbc5ea99013cf4de
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M tci.c

  Log Message:
  -----------
  tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)

Debian busybox-static for alpha has a load address of 0x0000000120000000
which is mapped to 0x0000000020000000 for 32 bit hosts.

qemu-alpha uses the TCG opcodes qemu_ld32, qemu_ld64, qemu_st32 and
qemu_st64 which all raise the assertion (taddr == host_addr).

Remove all assertions of this type because they are either wrong or
unnecessary (when sizeof(tcg_target_ulong) >= sizeof(target_ulong)).

Cc: qemu-stable <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: ddd0bd480fc07cc45f9cc7e3d113f23cb58b6082
      
https://github.com/qemu/qemu/commit/ddd0bd480fc07cc45f9cc7e3d113f23cb58b6082
  Author: Markus Armbruster <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M trace-events

  Log Message:
  -----------
  trace-events: Clean up with scripts/cleanup-trace-events.pl again

Event qxl_render_blit_guest_primary_initialized is unused since commit
c58c7b9, drop it.

Commit 42e5b4c moved hw/ppc/xics.c to hw/intc/xics.c without updating
the comment in trace-events.

"scripts/cleanup-trace-events.pl trace-events | diff trace-events" is
now clean again.

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


  Commit: 69fded480e335ecfe877e2c37de0eff265fced12
      
https://github.com/qemu/qemu/commit/69fded480e335ecfe877e2c37de0eff265fced12
  Author: Michael Tokarev <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M libcacard/vscclient.c

  Log Message:
  -----------
  vscclient: remove unnecessary use of uninitialized variable

Signed-off-by: Wenchao Xia <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 2be178a475289286db80de5ddd7830e67e112bdd
      
https://github.com/qemu/qemu/commit/2be178a475289286db80de5ddd7830e67e112bdd
  Author: Michael Tokarev <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M util/iov.c

  Log Message:
  -----------
  iov: avoid "orig_len may be used unitialized" warning

Signed-off-by: Wenchao Xia <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 469936ae0a9891b2de7e46743f683535b0819bee
      
https://github.com/qemu/qemu/commit/469936ae0a9891b2de7e46743f683535b0819bee
  Author: Tobias Markus <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M target-i386/helper.c

  Log Message:
  -----------
  target-i386: Fix segment cache dump

When in Long Mode, cpu_x86_seg_cache() logs "DS16" because the Default
operation size bit (D/B bit) is not set for Long Mode Data Segments since
there are only Data Segments in Long Mode and no explicit 16/32/64-bit
Descriptors.
This patch fixes this by checking the Long Mode Active bit of the hidden
flags variable and logging "DS" if it is set. (I.e. in Long Mode all Data
Segments are logged as "DS")

Signed-off-by: Tobias Markus <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 8b6bfc771133caec7b1579c2bfa8838aec58e249
      
https://github.com/qemu/qemu/commit/8b6bfc771133caec7b1579c2bfa8838aec58e249
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Makefile: Remove some more files when cleaning

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


  Commit: 387e417666c28bd0cdc33c51036838dbae3bd3a4
      
https://github.com/qemu/qemu/commit/387e417666c28bd0cdc33c51036838dbae3bd3a4
  Author: Richard Henderson <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M tcg/sparc/tcg-target.h

  Log Message:
  -----------
  tcg-sparc: Fix parenthesis warning

error: suggest parentheses around comparison in operand of ‘&’ 
[-Werror=parentheses]

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


  Commit: e76d05c2b5028f09f6ac6bd2beee94103f388722
      
https://github.com/qemu/qemu/commit/e76d05c2b5028f09f6ac6bd2beee94103f388722
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/i386/kvm/clock.c

  Log Message:
  -----------
  kvm: Fix compiler warning (clang)

Report from clang analyzer:

clock.c:42:15: warning:
Value stored to 'cpu' during its initialization is never read

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


  Commit: 089f3f761ed99bd577661e7a6335a2529eda2ba3
      
https://github.com/qemu/qemu/commit/089f3f761ed99bd577661e7a6335a2529eda2ba3
  Author: Stefan Weil <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M exec.c

  Log Message:
  -----------
  exec: Fix broken build for MinGW (regression)

Commit 3435f39513a104294b5e3bbf3612047028d25cfc reduced the ifdeffery with
this result for MinGW:

exec.c: In function ‘qemu_ram_free’:
exec.c:1239:17: warning:
 implicit declaration of function ‘munmap’ [-Wimplicit-function-declaration]
exec.c:1239:17: warning:
 nested extern declaration of ‘munmap’ [-Wnested-externs]
exec.c:1239: undefined reference to `munmap'

Add some ifdeffery again to fix this.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>


  Commit: 7a1c0d200f3ca5be48f7034c6ed5458e490f8816
      
https://github.com/qemu/qemu/commit/7a1c0d200f3ca5be48f7034c6ed5458e490f8816
  Author: Fam Zheng <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M tests/.gitignore

  Log Message:
  -----------
  tests/.gitignore: ignore test-throttle

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


  Commit: bcb9d66e8590151967e1dbe3724eec7ec71392e0
      
https://github.com/qemu/qemu/commit/bcb9d66e8590151967e1dbe3724eec7ec71392e0
  Author: Fam Zheng <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M block.c

  Log Message:
  -----------
  block: don't lose data from last incomplete sector

To read the last sector that is not aligned to sector boundary, current
code for growable backends, since commit 893a8f6 "block: Produce zeros
when protocols reading beyond end of file", drops the data and directly
returns zeroes. That is incorrect.

Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 1df6fa4bc6754a170cf511a78e2e6fef84eb5228
      
https://github.com/qemu/qemu/commit/1df6fa4bc6754a170cf511a78e2e6fef84eb5228
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M blockdev.c

  Log Message:
  -----------
  blockdev: do not default cache.no-flush to true

That's why all my VMs were so fast lately. :)

This changed in 1.6.0 by mistake in patch 29c4e2b (blockdev: Split up
'cache' option, 2013-07-18).

Cc: address@hidden
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: ef5bc96268ceec64769617dc53b0ac3a20ff351c
      
https://github.com/qemu/qemu/commit/ef5bc96268ceec64769617dc53b0ac3a20ff351c
  Author: Paolo Bonzini <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/block/virtio-blk.c
    M include/hw/virtio/virtio-blk.h

  Log Message:
  -----------
  virtio-blk: do not relay a previous driver's WCE configuration to the current

The following sequence happens:
- the SeaBIOS virtio-blk driver does not support the WCE feature, which
causes QEMU to disable writeback caching

- the Linux virtio-blk driver resets the device, finds WCE is available
but writeback caching is disabled; tells block layer to not send cache
flush commands

- the Linux virtio-blk driver sets the DRIVER_OK bit, which causes
writeback caching to be re-enabled, but the Linux virtio-blk driver does
not know of this side effect and cache flushes remain disabled

The bug is at the third step.  If the guest does know about CONFIG_WCE,
QEMU should ignore the WCE feature's state.  The guest will control the
cache mode solely using configuration space.  This change makes Linux
do flushes correctly, but Linux will keep SeaBIOS's writethrough mode.

Hence, whenever the guest is reset, the cache mode of the disk should
be reset to whatever was specified in the "-drive" option.  With this
change, the Linux virtio-blk driver finds that writeback caching is
enabled, and tells the block layer to send cache flush commands
appropriately.

Reported-by: Rusty Russell <address@hidden
Cc: address@hidden
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: a26405b350c0d31d5ef53f3b459aeb6eaaf50db0
      
https://github.com/qemu/qemu/commit/a26405b350c0d31d5ef53f3b459aeb6eaaf50db0
  Author: Aurelien Jarno <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/net/pcnet-pci.c

  Log Message:
  -----------
  pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN

Now that the memory subsystem is propagating the endianness correctly,
the pcnet-pci device should have its I/O ports and MMIO memory marked
as LITTLE_ENDIAN, as PCI devices are little endian.

This makes the pcnet-pci NIC to work again on big endian MIPS Malta
(default NIC).

Cc: address@hidden
Signed-off-by: Aurelien Jarno <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: 97410dde60fdb66a65268fd9d7b14092efac7614
      
https://github.com/qemu/qemu/commit/97410dde60fdb66a65268fd9d7b14092efac7614
  Author: Vincenzo Maffione <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/net/e1000.c

  Log Message:
  -----------
  e1000: NetClientInfo.receive_iov implemented

This patch implements the NetClientInfo.receive_iov method for the
e1000 device emulation. In this way a network backend that uses
qemu_sendv_packet() can deliver the fragmented packet without
requiring an additional copy in the frontend/backend network code
(nc_sendv_compat() function).

The existing method NetClientInfo.receive has been reimplemented
using the new method.

Signed-off-by: Vincenzo Maffione <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: cbf5b968567dbd5a71165c1d30a0ce351bdca11a
      
https://github.com/qemu/qemu/commit/cbf5b968567dbd5a71165c1d30a0ce351bdca11a
  Author: Alexey Kardashevskiy <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M trace-events

  Log Message:
  -----------
  kvm: fix traces to use %x instead of %d

KVM request types are normally defined using hex constants but QEMU traces
print decimal values instead, which is not very convenient.

This changes the request type format from %d to %x.

Signed-off-by: Alexey Kardashevskiy <address@hidden>
Reviewed-by: Andreas Färber <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>


  Commit: f3ca508f00fa1cc295334fe8f8010cd6ea45bacd
      
https://github.com/qemu/qemu/commit/f3ca508f00fa1cc295334fe8f8010cd6ea45bacd
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M block/iscsi.c
    M hw/scsi/lsi53c895a.c
    M include/hw/pci/pci_ids.h

  Log Message:
  -----------
  Merge remote-tracking branch 'bonzini/scsi-next' into staging

# By Hervé Poussineau (5) and Stefan Weil (1)
# Via Paolo Bonzini
* bonzini/scsi-next:
  block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi
  lsi: add 53C810 variant
  lsi: remove todo
  lsi: ignore write accesses to CTEST0 registers
  lsi: check ssid versus sdid only if ssid is valid
  lsi: use constant name instead of its value


  Commit: 3e4be9c29784df09c364b52a55e826a0b05b950e
      
https://github.com/qemu/qemu/commit/3e4be9c29784df09c364b52a55e826a0b05b950e
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M exec.c
    M hw/i386/kvmvapic.c
    M include/sysemu/kvm.h
    M kvm-all.c
    M kvm-stub.c
    A linux-headers/asm-arm64/kvm.h
    A linux-headers/asm-arm64/kvm_para.h
    M linux-headers/asm-mips/kvm.h
    M linux-headers/asm-x86/kvm_para.h
    M linux-headers/linux/kvm.h
    M linux-headers/linux/kvm_para.h
    M linux-headers/linux/vfio.h
    M linux-headers/linux/virtio_config.h
    M qom/cpu.c
    M target-i386/cpu-qom.h
    M target-i386/cpu.c
    M target-i386/helper.c
    M target-i386/machine.c
    M target-ppc/translate.c
    M trace-events

  Log Message:
  -----------
  Merge remote-tracking branch 'qemu-kvm/uq/master' into staging

# By Alexey Kardashevskiy (3) and others
# Via Paolo Bonzini
* qemu-kvm/uq/master:
  target-i386: add feature kvm_pv_unhalt
  linux-headers: update to 3.12-rc1
  target-i386: forward CPUID cache leaves when -cpu host is used
  linux-headers: update to 3.11
  kvm: fix traces to use %x instead of %d
  kvmvapic: Clear also physical ROM address when entering INACTIVE state
  kvmvapic: Enter inactive state on hardware reset
  kvmvapic: Catch invalid ROM size
  kvm irqfd: support direct msimessage to irq translation
  fix steal time MSR vmsd callback to proper opaque type
  kvm: warn if num cpus is greater than num recommended
  cpu: Move cpu state syncs up into cpu_dump_state()
  exec: always use MADV_DONTFORK

Message-id: address@hidden


  Commit: 2e6ae666c8ccaa7fd26d7102c5c9bed24dc02b1d
      
https://github.com/qemu/qemu/commit/2e6ae666c8ccaa7fd26d7102c5c9bed24dc02b1d
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M MAINTAINERS
    M Makefile
    M bsd-user/qemu.h
    M configure
    M docs/specs/acpi_cpu_hotplug.txt
    M exec.c
    M hw/i386/kvm/clock.c
    M hw/pci-host/q35.c
    M include/hw/pci-host/q35.h
    M libcacard/vscclient.c
    M linux-user/qemu.h
    M target-i386/helper.c
    M tcg/sparc/tcg-target.h
    M tci.c
    M tests/.gitignore
    M trace-events
    M translate-all.c
    M util/iov.c

  Log Message:
  -----------
  Merge remote-tracking branch 'mjt/trivial-patches' into staging

# By Stefan Weil (8) and others
# Via Michael Tokarev
* mjt/trivial-patches:
  tests/.gitignore: ignore test-throttle
  exec: Fix broken build for MinGW (regression)
  kvm: Fix compiler warning (clang)
  tcg-sparc: Fix parenthesis warning
  Makefile: Remove some more files when cleaning
  target-i386: Fix segment cache dump
  iov: avoid "orig_len may be used unitialized" warning
  vscclient: remove unnecessary use of uninitialized variable
  trace-events: Clean up with scripts/cleanup-trace-events.pl again
  tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)
  *-user: Improve documentation for lock_user function
  MAINTAINERS: Add missing entry to filelist for TCI target
  translate-all: Fix formatting of dump output
  *-user: Fix typo in comment (ulocking -> unlocking)
  docs: Fix IO port number for CPU present bitmap.
  q35: Fix typo in constant DEFUALT -> DEFAULT.
  configure: Undefine _FORTIFY_SOURCE prior using it

Message-id: address@hidden


  Commit: 16121fa39e1ec17308162af4de5c5f6c01c1cce1
      
https://github.com/qemu/qemu/commit/16121fa39e1ec17308162af4de5c5f6c01c1cce1
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M block.c
    M block/qcow2-snapshot.c
    M blockdev.c
    M hw/block/virtio-blk.c
    M include/hw/virtio/virtio-blk.h
    M include/qemu/timer.h
    M libcacard/Makefile
    M qemu-timer.c
    M tests/test-coroutine.c
    M util/osdep.c

  Log Message:
  -----------
  Merge remote-tracking branch 'stefanha/block' into staging

# By Stefan Hajnoczi (4) and others
# Via Stefan Hajnoczi
* stefanha/block:
  virtio-blk: do not relay a previous driver's WCE configuration to the current
  blockdev: do not default cache.no-flush to true
  block: don't lose data from last incomplete sector
  qcow2: Correct snapshots size for overlap check
  coroutine: fix /perf/nesting coroutine benchmark
  coroutine: add qemu_coroutine_yield benchmark
  qemu-timer: do not take the lock in timer_pending
  qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe
  qemu-timer: drop outdated signal safety comments
  osdep: warn if open(O_DIRECT) on fails with EINVAL
  libcacard: link against qemu-error.o for error_report()

Message-id: address@hidden


  Commit: feb678c6f7234d5227610939aff0510878590e83
      
https://github.com/qemu/qemu/commit/feb678c6f7234d5227610939aff0510878590e83
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Changed paths:
    M hw/net/e1000.c
    M hw/net/pcnet-pci.c

  Log Message:
  -----------
  Merge remote-tracking branch 'stefanha/net' into staging

# By Aurelien Jarno (1) and Vincenzo Maffione (1)
# Via Stefan Hajnoczi
* stefanha/net:
  e1000: NetClientInfo.receive_iov implemented
  pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN

Message-id: address@hidden


  Commit: f828a4c8faa118e0ebab3e353ac6840f3b2a0318
      
https://github.com/qemu/qemu/commit/f828a4c8faa118e0ebab3e353ac6840f3b2a0318
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-23 (Mon, 23 Sep 2013)

  Log Message:
  -----------
  Merge remote-tracking branch 'stefanha/tracing' into staging

# By Alexey Kardashevskiy
# Via Stefan Hajnoczi
* stefanha/tracing:
  kvm: fix traces to use %x instead of %d

Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/2571f8f5fbae...f828a4c8faa1

reply via email to

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