Ping? We've a few more patches in the queue, should I drop the ones from previous week?
Thanks, /mjt 16.01.2014 21:35, Michael Tokarev wrote: > There's nothing exciting in there, but we have some small bugfixes here and > there, and a few cosmetic changes too. > > This is my first signed pull request too, based on my regular GnuPG key which > I use to sign Debian packages. > > Please pull. > > Thanks, > > /mjt > > The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c: > > SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000) > > are available in the git repository at: > > git://git.corpit.ru/qemu.git tags/trivial-patches-2014-01-16 > > for you to fetch changes up to 2c02d1ad48ad44cf00522df7d8de9138689fac85: > > vl: Add a blank space between the variable and '=' (2014-01-16 15:23:41 > +0400) > > ---------------------------------------------------------------- > trivial-patches for 2014-01-16 > > ---------------------------------------------------------------- > David du Colombier (1): > ide: cmd_exec_dev_diagnostic() always set error register to 0x01 > > Eduardo Habkost (1): > Add bios-256k.bin to BLOBS on Makefile > > Kewei Yu (1): > vl: Add a blank space between the variable and '=' > > Luiz Capitulino (1): > virtio-balloon: don't hardcode config size value > > Namhyung Kim (2): > docs: Fix typo in QMP WAKEUP example > Fix typo of tiemr in timer.h > > Pavel Zbitskiy (3): > linux-user: fixed s390x clone() argument order > linux-user: fixed getsockopt() optlen > linux-user: fixed recvfrom() addrlen > > Stefan Weil (2): > exec: Exclude non portable function for MinGW > pc-bios: Remove execute flag from BIOS files > > Makefile | 2 +- > docs/qmp/qmp-events.txt | 2 +- > hw/ide/core.c | 1 + > hw/virtio/virtio-balloon.c | 7 ++++--- > include/exec/ram_addr.h | 2 ++ > include/qemu/timer.h | 6 +++--- > linux-user/s390x/syscall.h | 2 +- > linux-user/syscall.c | 4 ++-- > pc-bios/kvmvapic.bin | Bin 9216 -> 9216 bytes > pc-bios/multiboot.bin | Bin 1024 -> 1024 bytes > pc-bios/sgabios.bin | Bin 4096 -> 4096 bytes > vl.c | 2 +- > 12 files changed, 16 insertions(+), 12 deletions(-) > mode change 100755 => 100644 pc-bios/kvmvapic.bin > mode change 100755 => 100644 pc-bios/multiboot.bin > mode change 100755 => 100644 pc-bios/sgabios.bin >