[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL v2 for-1.7] Trivial patches for 2013-11-17
From: |
Michael Tokarev |
Subject: |
[Qemu-devel] [PULL v2 for-1.7] Trivial patches for 2013-11-17 |
Date: |
Sun, 17 Nov 2013 14:40:50 +0400 |
Here's another pull request for the trivial-patches queue.
Since the previous pull request (which weren't pulled), I
removed a few patches which weren't marked for-1.7, and added
two more bugfixes on top (fixing python invocations).
What's left are either trivial stuff not affecting anything else,
or trivial bugfixes.
I'm not sending individual patches this time, because I've already
included them in the previous pull request (except of the 2 new
patches, for which I added Cc to sw@).
Please pull.
/mjt
The following changes since commit 964668b03d26f0b5baa5e5aff0c966f4fcb76e9e:
Update version for 1.7.0-rc0 release (2013-11-06 21:49:39 -0800)
are available in the git repository at:
git://git.corpit.ru/qemu.git trivial-patches
for you to fetch changes up to 0478f37ce258438d74164dd182b0ae125f174ec6:
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
(2013-11-17 00:30:14 +0400)
----------------------------------------------------------------
Alex Benn??e (1):
.travis.yml: basic compile and check recipes
Antony Pavlov (1):
vl: fix build when configured with no graphic support
Cole Robinson (1):
pci-assign: Fix error_report of pci-stub message
Fam Zheng (1):
qapi: Fix comment for create-type to match code.
Jan Krupa (4):
qemu-char: add Czech characters to VNC keysyms
qemu-char: add Czech keymap file
qemu-char: add support for U-prefixed symbols
qemu-char: add missing characters used in keymaps
Michael Tokarev (1):
hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistently
Stefan Hajnoczi (1):
usb: drop unused USBNetState.inpkt field
Stefan Weil (3):
qga: Fix compilation for old versions of MinGW
console: Remove unused debug code
configure: Use -B switch only for Python versions which support it
whitearchey (1):
qga: Fix shutdown command of guest agent to work with SysV
.travis.yml | 71 +++++++++
Makefile | 2 +-
configure | 9 +-
hw/i386/Makefile.objs | 2 +-
hw/i386/kvm/pci-assign.c | 36 ++---
hw/usb/dev-network.c | 1 -
pc-bios/keymaps/cz | 94 ++++++++++++
qapi-schema.json | 2 +-
qga/commands-posix.c | 2 +-
qga/vss-win32/requester.h | 1 +
ui/console.c | 33 ----
ui/keymaps.c | 6 +
ui/vnc_keysym.h | 373 +++++++++++++++++++++++++++++++++++++++++++++
vl.c | 1 +
14 files changed, 574 insertions(+), 59 deletions(-)
create mode 100644 .travis.yml
create mode 100644 pc-bios/keymaps/cz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [PULL v2 for-1.7] Trivial patches for 2013-11-17,
Michael Tokarev <=