All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] MSI installation for Windows Guest Agent
@ 2015-04-26  7:04 Yossi Hindin
  2015-04-26  7:04 ` [Qemu-devel] [PATCH 1/4] qemu-ga: adding vss-[un]install options Yossi Hindin
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Yossi Hindin @ 2015-04-26  7:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yossi Hindin, yvugenfi, dfleytma, mdroth

The patches' set introduce creation of MSI installer for Windows guest agent
with wixl tool.

Yossi Hindin (4):
  qemu-ga: adding vss-[un]install options
  qemu-ga: debug printouts to help troubleshoot installation
  qemu-ga: Introduce Windows MSI script
  qemu-ga: Building Windows MSI installation with configure/Makefile

 Makefile                  |  17 +++++-
 configure                 |  63 ++++++++++++++++++++
 qga/channel-win32.c       |   2 +-
 qga/commands-win32.c      |   1 +
 qga/installer/qemu-ga.wxs | 145 ++++++++++++++++++++++++++++++++++++++++++++++
 qga/main.c                |  10 +++-
 6 files changed, 235 insertions(+), 3 deletions(-)
 create mode 100644 qga/installer/qemu-ga.wxs

-- 
2.1.0

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [Qemu-trivial] Windows MSI installation package
@ 2015-04-19 10:53 Joseph Hindin
  2015-04-19 10:53 ` [Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script Joseph Hindin
  0 siblings, 1 reply; 10+ messages in thread
From: Joseph Hindin @ 2015-04-19 10:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

The patch set has been revised according to reviews

1. options documented in commit messages
2. typos fixed
3. confugure/Makefile melded into one commit

Following changes were introduced since the last review:

1. Makefile launches wilx in quite mode.
2. configure script explicity valudates option setting and complains on mismatch if
MSI package build is enabled without guest agent or MinGW cross-compilation: in the
previous version, absence of guest agent and MinGW made the script to silently drop
MSI package build.



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

end of thread, other threads:[~2015-05-06 11:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26  7:04 [Qemu-devel] [PATCH 0/4] MSI installation for Windows Guest Agent Yossi Hindin
2015-04-26  7:04 ` [Qemu-devel] [PATCH 1/4] qemu-ga: adding vss-[un]install options Yossi Hindin
2015-04-26  7:04 ` [Qemu-devel] [PATCH 2/4] qemu-ga: debug printouts to help troubleshoot installation Yossi Hindin
2015-04-26  7:04 ` [Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script Yossi Hindin
2015-05-04  9:06   ` Paolo Bonzini
2015-04-26  7:04 ` [Qemu-devel] [PATCH 4/4] qemu-ga: Building Windows MSI installation with configure/Makefile Yossi Hindin
2015-05-04  9:03   ` Paolo Bonzini
2015-05-06 11:53     ` Yossi Hindin
2015-05-06 11:55       ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2015-04-19 10:53 [Qemu-trivial] Windows MSI installation package Joseph Hindin
2015-04-19 10:53 ` [Qemu-devel] [PATCH 3/4] qemu-ga: Introduce Windows MSI script Joseph Hindin

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.