All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] Dump patches
@ 2018-01-17 14:47 Marc-André Lureau
  2018-01-17 14:47 ` [Qemu-devel] [PULL 1/1] dump-guest-memory.py: fix python 2 support Marc-André Lureau
  2018-01-17 15:02 ` [Qemu-devel] [PULL 0/1] Dump patches Eric Blake
  0 siblings, 2 replies; 18+ messages in thread
From: Marc-André Lureau @ 2018-01-17 14:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

The following changes since commit 8e5dc9ba49743b46d955ec7dacb04e42ae7ada7c:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180116' into staging (2018-01-16 17:36:39 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/dump-pull-request

for you to fetch changes up to 48fb74965a8d8f2916da30d9c5b9945df25142af:

  dump-guest-memory.py: fix python 2 support (2018-01-17 15:47:14 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Marc-André Lureau (1):
  dump-guest-memory.py: fix python 2 support

 scripts/dump-guest-memory.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.16.0.rc1.1.gef27df75a1

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 0/1] Dump patches
@ 2018-01-20 20:03 Marc-André Lureau
  2018-01-22 12:22 ` Peter Maydell
  0 siblings, 1 reply; 18+ messages in thread
From: Marc-André Lureau @ 2018-01-20 20:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

The following changes since commit b384cd95eb9c6f73ad84ed1bb0717a26e29cc78f:

  Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging (2018-01-19 16:35:25 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/dump-pull-request

for you to fetch changes up to 6f49ec4034e55dfb675a56a62c9579384f7fb8cc:

  dump-guest-memory.py: fix python 2 support (2018-01-20 20:59:00 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Marc-André Lureau (1):
  dump-guest-memory.py: fix python 2 support

 scripts/dump-guest-memory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.16.0.rc1.1.gef27df75a1

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 0/1] Dump patches
@ 2018-02-01 11:16 Marc-André Lureau
  2018-02-02 11:38 ` Peter Maydell
  0 siblings, 1 reply; 18+ messages in thread
From: Marc-André Lureau @ 2018-02-01 11:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, Marc-André Lureau

The following changes since commit b05631954d6dfe93340d516660397e2c1a2a5dd6:

  Merge remote-tracking branch 'remotes/rth/tags/pull-hppa-20180131' into staging (2018-01-31 15:50:29 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/dump-pull-request

for you to fetch changes up to ce6b9e421a9ab45d7e6c97af092a07c049954444:

  dump-guest-memory.py: skip vmcoreinfo section if not available (2018-02-01 12:13:52 +0100)

----------------------------------------------------------------

----------------------------------------------------------------

Marc-André Lureau (1):
  dump-guest-memory.py: skip vmcoreinfo section if not available

 scripts/dump-guest-memory.py | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.16.0.rc1.1.gef27df75a1

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 0/1] Dump patches
@ 2019-02-06 14:58 Marc-André Lureau
  2019-02-07 14:54 ` Peter Maydell
  2019-02-07 19:18 ` no-reply
  0 siblings, 2 replies; 18+ messages in thread
From: Marc-André Lureau @ 2019-02-06 14:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Marc-André Lureau, peter.maydell

The following changes since commit 47994e16b1d66411953623e7c0bf0cdcd50bd507:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190205' into staging (2019-02-05 18:25:07 +0000)

are available in the Git repository at:

  https://github.com/elmarco/qemu.git tags/dump-pull-request

for you to fetch changes up to e17bebd049d78f489c2cff755e2b66a0536a156e:

  dump: Set correct vaddr for ELF dump (2019-02-06 15:51:12 +0100)

----------------------------------------------------------------
Pull request

----------------------------------------------------------------

Jon Doron (1):
  dump: Set correct vaddr for ELF dump

 scripts/dump-guest-memory.py | 1 +
 dump.c                       | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.20.1.98.gecbdaf0899

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-02-07 19:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-17 14:47 [Qemu-devel] [PULL 0/1] Dump patches Marc-André Lureau
2018-01-17 14:47 ` [Qemu-devel] [PULL 1/1] dump-guest-memory.py: fix python 2 support Marc-André Lureau
2018-01-17 15:02 ` [Qemu-devel] [PULL 0/1] Dump patches Eric Blake
2018-01-19 14:29   ` Peter Maydell
2018-01-19 14:35     ` Marc-Andre Lureau
2018-01-19 14:56       ` Eric Blake
2018-01-19 15:24       ` Peter Maydell
2018-01-19 15:29         ` Peter Maydell
2018-01-19 16:08           ` Marc-Andre Lureau
2018-01-19 16:21             ` Peter Maydell
2018-01-19 16:27               ` Marc-Andre Lureau
2018-01-20 20:03 Marc-André Lureau
2018-01-22 12:22 ` Peter Maydell
2018-02-01 11:16 Marc-André Lureau
2018-02-02 11:38 ` Peter Maydell
2019-02-06 14:58 Marc-André Lureau
2019-02-07 14:54 ` Peter Maydell
2019-02-07 19:18 ` no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.