* [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
@ 2016-11-09 9:09 Gerd Hoffmann
2016-11-09 9:09 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2016-11-09 9:09 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Hi,
This rebases ipxe to latest master. ipxe qemu builds will not use
fxsave/fxrestore any more, which caused problems on older intel cpus
due to kvm not emulating these instructions.
Special thanks to Laszlo for pushing these patches to ipxe upstream,
they finally landed in ipxe master yesterday.
please pull,
Gerd
The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
----------------------------------------------------------------
ipxe: update to 20161108 snapshot.
----------------------------------------------------------------
Gerd Hoffmann (1):
ipxe: update to 20161108 snapshot
pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
roms/ipxe | 2 +-
9 files changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 1/1] ipxe: update to 20161108 snapshot
2016-11-09 9:09 [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot Gerd Hoffmann
@ 2016-11-09 9:09 ` Gerd Hoffmann
2016-11-10 10:48 ` [Qemu-devel] [PULL for-2.8 0/1] " Stefan Hajnoczi
2016-11-10 11:23 ` Stefan Hajnoczi
2 siblings, 0 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2016-11-09 9:09 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
git shortlog 04186319..b991c67c
===============================
Laszlo Ersek (3):
[efi] Install the HII config access protocol on a child of the SNP handle
[librm] Conditionalize the workaround for the Tivoli VMM's SSE garbling
[build] Disable TIVOLI_VMM_WORKAROUND in the qemu configuration
Lukas Grossar (1):
[intel] Add PCI device ID for I219-V/LM
Michael Brown (57):
[efi] Fix uninitialised data in HII IFR structures
[bios] Do not enable interrupts when printing to the console
[pxe] Disable interrupts on the PIC before starting NBP
[dhcp] Allow for variable encapsulation of architecture-specific options
[dhcpv6] Include RFC5970 client architecture options in DHCPv6 requests
[dhcpv6] Include vendor class identifier option in DHCPv6 requests
[dhcp] Automatically generate vendor class identifier string
[xfer] Send intf_close() if redirection fails
[downloader] Treat redirection failures as fatal
[iscsi] Treat redirection failures as fatal
[debug] Allow per-object runtime enabling/disabling of debug messages
[debug] Allow debug messages to be initially disabled at runtime
[libc] Allow assertions to be globally enabled or disabled
[profile] Allow profiling to be globally enabled or disabled
[rng] Check for functioning RTC interrupt
[acpi] Add support for ACPI power off
[acpi] Allow time for ACPI power off to take effect
[ipv4] Send gratuitous ARPs whenever a new IPv4 address is applied
[intel] Strip spurious VLAN tags received by virtual function NICs
[intel] Remove duplicate intelvf_mbox_queues() function
[ipv6] Perform SLAAC only during autoconfiguration
[settings] Create space for IPv6 in settings display order
[ipv6] Rename ipv6_scope to dhcpv6_scope
[settings] Correctly mortalise autovivified child settings blocks
[ipv6] Allow settings to comprise arbitrary subsets of NDP options
[ipv6] Expose IPv6 settings acquired through NDP
[dhcpv6] Expose IPv6 address setting acquired through DHCPv6
[ipv6] Expose IPv6 link-local address settings
[settings] Allow settings blocks to specify a sibling ordering
[ipv6] Match user expectations for IPv6 settings priorities
[ipv6] Create routing table based on IPv6 settings
[ipv6] Rename ipv6_scope to ipv6_settings_scope
[test] Update IPv6 tests to use okx()
[ipv6] Allow for multiple routers
[hyperv] Use instance UUID in device name
[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()
[crypto] Allow for parsing of partial ASN.1 cursors
[image] Add image_asn1() to extract ASN.1 objects from image
[crypto] Add DER image format
[crypto] Add PEM image format
[image] Use image_asn1() to extract data from CMS signature images
[build] Remove obsolete explicit object requirements
[crypto] Enable both DER and PEM formats by default
[build] Remove more obsolete explicit object requirements
[pixbuf] Enable PNG format by default
[crypto] Add image_x509() to extract X.509 certificates from image
[crypto] Generalise X.509 "valid" field to a "flags" field
[list] Add list_next_entry() and list_prev_entry()
[crypto] Expose certstore_del() to explicitly remove stored certificates
[crypto] Allow certificates to be marked as having been added explicitly
[crypto] Add certstat() to display basic certificate information
[cmdline] Add certificate management commands
[crypto] Mark permanent certificates as permanent
[efi] Mark AppleNetBoot.h as a native iPXE header
[efi] Update to current EDK2 headers
[efi] Add EFI_BLOCK_IO2_PROTOCOL header and GUID definition
[bzimage] Fix page alignment of initrd images
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
roms/ipxe | 2 +-
9 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/pc-bios/efi-e1000.rom b/pc-bios/efi-e1000.rom
index 4e61f9b..6759924 100644
Binary files a/pc-bios/efi-e1000.rom and b/pc-bios/efi-e1000.rom differ
diff --git a/pc-bios/efi-e1000e.rom b/pc-bios/efi-e1000e.rom
index 192a437..145896c 100644
Binary files a/pc-bios/efi-e1000e.rom and b/pc-bios/efi-e1000e.rom differ
diff --git a/pc-bios/efi-eepro100.rom b/pc-bios/efi-eepro100.rom
index 66c5226..ff2793f 100644
Binary files a/pc-bios/efi-eepro100.rom and b/pc-bios/efi-eepro100.rom differ
diff --git a/pc-bios/efi-ne2k_pci.rom b/pc-bios/efi-ne2k_pci.rom
index 8c3e5fd..c832ec0 100644
Binary files a/pc-bios/efi-ne2k_pci.rom and b/pc-bios/efi-ne2k_pci.rom differ
diff --git a/pc-bios/efi-pcnet.rom b/pc-bios/efi-pcnet.rom
index 802e225..4d803d3 100644
Binary files a/pc-bios/efi-pcnet.rom and b/pc-bios/efi-pcnet.rom differ
diff --git a/pc-bios/efi-rtl8139.rom b/pc-bios/efi-rtl8139.rom
index 8827181..83488cd 100644
Binary files a/pc-bios/efi-rtl8139.rom and b/pc-bios/efi-rtl8139.rom differ
diff --git a/pc-bios/efi-virtio.rom b/pc-bios/efi-virtio.rom
index 2fc0497..3563776 100644
Binary files a/pc-bios/efi-virtio.rom and b/pc-bios/efi-virtio.rom differ
diff --git a/pc-bios/efi-vmxnet3.rom b/pc-bios/efi-vmxnet3.rom
index 3d42635..e222752 100644
Binary files a/pc-bios/efi-vmxnet3.rom and b/pc-bios/efi-vmxnet3.rom differ
diff --git a/roms/ipxe b/roms/ipxe
index 0418631..b991c67 160000
--- a/roms/ipxe
+++ b/roms/ipxe
@@ -1 +1 @@
-Subproject commit 04186319181298083ef28695a8309028b26fe83c
+Subproject commit b991c67c1d91574ef22336cc3a5944d1e63230c9
--
1.8.3.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
2016-11-09 9:09 [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot Gerd Hoffmann
2016-11-09 9:09 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2016-11-10 10:48 ` Stefan Hajnoczi
2016-11-10 14:10 ` Laszlo Ersek
2016-11-10 11:23 ` Stefan Hajnoczi
2 siblings, 1 reply; 7+ messages in thread
From: Stefan Hajnoczi @ 2016-11-10 10:48 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1793 bytes --]
On Wed, Nov 09, 2016 at 10:09:24AM +0100, Gerd Hoffmann wrote:
> Hi,
>
> This rebases ipxe to latest master. ipxe qemu builds will not use
> fxsave/fxrestore any more, which caused problems on older intel cpus
> due to kvm not emulating these instructions.
>
> Special thanks to Laszlo for pushing these patches to ipxe upstream,
> they finally landed in ipxe master yesterday.
>
> please pull,
> Gerd
>
> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
>
> Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
>
> are available in the git repository at:
>
>
> git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
>
> for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
>
> ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
>
> ----------------------------------------------------------------
> ipxe: update to 20161108 snapshot.
>
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
> ipxe: update to 20161108 snapshot
>
> pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
> pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
> pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
> pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
> pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
> pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
> pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
> pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
> roms/ipxe | 2 +-
> 9 files changed, 1 insertion(+), 1 deletion(-)
>
Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
2016-11-09 9:09 [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot Gerd Hoffmann
2016-11-09 9:09 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-11-10 10:48 ` [Qemu-devel] [PULL for-2.8 0/1] " Stefan Hajnoczi
@ 2016-11-10 11:23 ` Stefan Hajnoczi
2 siblings, 0 replies; 7+ messages in thread
From: Stefan Hajnoczi @ 2016-11-10 11:23 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]
On Wed, Nov 09, 2016 at 10:09:24AM +0100, Gerd Hoffmann wrote:
> This rebases ipxe to latest master. ipxe qemu builds will not use
> fxsave/fxrestore any more, which caused problems on older intel cpus
> due to kvm not emulating these instructions.
>
> Special thanks to Laszlo for pushing these patches to ipxe upstream,
> they finally landed in ipxe master yesterday.
>
> please pull,
> Gerd
>
> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
>
> Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
>
> are available in the git repository at:
>
>
> git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
>
> for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
>
> ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
>
> ----------------------------------------------------------------
> ipxe: update to 20161108 snapshot.
Gerd,
This pull request broke the staging tree because
git.qemu-project.org/ipxe.git didn't have the commit you pointed to yet.
You don't need to do anything now since I have manually kicked the ipxe
mirror.
In the future please only send submodule pull requests after the commits
appear in our mirror repositories.
Thanks,
Stefan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
2016-11-10 10:48 ` [Qemu-devel] [PULL for-2.8 0/1] " Stefan Hajnoczi
@ 2016-11-10 14:10 ` Laszlo Ersek
2016-11-10 15:45 ` Stefan Hajnoczi
0 siblings, 1 reply; 7+ messages in thread
From: Laszlo Ersek @ 2016-11-10 14:10 UTC (permalink / raw)
To: Stefan Hajnoczi, Gerd Hoffmann; +Cc: qemu-devel
On 11/10/16 11:48, Stefan Hajnoczi wrote:
> On Wed, Nov 09, 2016 at 10:09:24AM +0100, Gerd Hoffmann wrote:
>> Hi,
>>
>> This rebases ipxe to latest master. ipxe qemu builds will not use
>> fxsave/fxrestore any more, which caused problems on older intel cpus
>> due to kvm not emulating these instructions.
>>
>> Special thanks to Laszlo for pushing these patches to ipxe upstream,
>> they finally landed in ipxe master yesterday.
>>
>> please pull,
>> Gerd
>>
>> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
>>
>> Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
>>
>> are available in the git repository at:
>>
>>
>> git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
>>
>> for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
>>
>> ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
>>
>> ----------------------------------------------------------------
>> ipxe: update to 20161108 snapshot.
>>
>> ----------------------------------------------------------------
>> Gerd Hoffmann (1):
>> ipxe: update to 20161108 snapshot
>>
>> pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
>> pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
>> pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
>> pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
>> pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
>> pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
>> pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
>> pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
>> roms/ipxe | 2 +-
>> 9 files changed, 1 insertion(+), 1 deletion(-)
>>
>
> Thanks, applied to my staging tree:
> https://github.com/stefanha/qemu/commits/staging
>
> Stefan
>
Thank you, Gerd and Stefan.
Stefan, if your staging tree is eligible for rebasing, I propose to add
the following pointers to the commit message (on patch #1):
Ref: https://bugs.archlinux.org/task/50778
Ref: https://bugs.launchpad.net/qemu/+bug/1623276
Ref: https://bugzilla.proxmox.com/show_bug.cgi?id=1182
Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1356762
If you think that's overkill, then please consider adding just the
Launchpad reference.
Thanks!
Laszlo
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
2016-11-10 14:10 ` Laszlo Ersek
@ 2016-11-10 15:45 ` Stefan Hajnoczi
2016-11-10 16:30 ` Laszlo Ersek
0 siblings, 1 reply; 7+ messages in thread
From: Stefan Hajnoczi @ 2016-11-10 15:45 UTC (permalink / raw)
To: Laszlo Ersek; +Cc: Gerd Hoffmann, qemu-devel
On Thu, Nov 10, 2016 at 2:10 PM, Laszlo Ersek <lersek@redhat.com> wrote:
> On 11/10/16 11:48, Stefan Hajnoczi wrote:
>> On Wed, Nov 09, 2016 at 10:09:24AM +0100, Gerd Hoffmann wrote:
>>> Hi,
>>>
>>> This rebases ipxe to latest master. ipxe qemu builds will not use
>>> fxsave/fxrestore any more, which caused problems on older intel cpus
>>> due to kvm not emulating these instructions.
>>>
>>> Special thanks to Laszlo for pushing these patches to ipxe upstream,
>>> they finally landed in ipxe master yesterday.
>>>
>>> please pull,
>>> Gerd
>>>
>>> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
>>>
>>> Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
>>>
>>> are available in the git repository at:
>>>
>>>
>>> git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
>>>
>>> for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
>>>
>>> ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
>>>
>>> ----------------------------------------------------------------
>>> ipxe: update to 20161108 snapshot.
>>>
>>> ----------------------------------------------------------------
>>> Gerd Hoffmann (1):
>>> ipxe: update to 20161108 snapshot
>>>
>>> pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
>>> pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
>>> pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
>>> pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
>>> pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
>>> pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
>>> pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
>>> pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
>>> roms/ipxe | 2 +-
>>> 9 files changed, 1 insertion(+), 1 deletion(-)
>>>
>>
>> Thanks, applied to my staging tree:
>> https://github.com/stefanha/qemu/commits/staging
>>
>> Stefan
>>
>
> Thank you, Gerd and Stefan.
>
> Stefan, if your staging tree is eligible for rebasing, I propose to add
> the following pointers to the commit message (on patch #1):
>
> Ref: https://bugs.archlinux.org/task/50778
> Ref: https://bugs.launchpad.net/qemu/+bug/1623276
> Ref: https://bugzilla.proxmox.com/show_bug.cgi?id=1182
> Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1356762
Sorry, it's too late. I've already pushed the staging tree to master.
BTW I will not modify commits from pull requests. Gerd would have had
to send a v2. That way the merge is bit-for-bit the tree from the
pull request.
Stefan
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot.
2016-11-10 15:45 ` Stefan Hajnoczi
@ 2016-11-10 16:30 ` Laszlo Ersek
0 siblings, 0 replies; 7+ messages in thread
From: Laszlo Ersek @ 2016-11-10 16:30 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Gerd Hoffmann, qemu-devel
On 11/10/16 16:45, Stefan Hajnoczi wrote:
> On Thu, Nov 10, 2016 at 2:10 PM, Laszlo Ersek <lersek@redhat.com> wrote:
>> On 11/10/16 11:48, Stefan Hajnoczi wrote:
>>> On Wed, Nov 09, 2016 at 10:09:24AM +0100, Gerd Hoffmann wrote:
>>>> Hi,
>>>>
>>>> This rebases ipxe to latest master. ipxe qemu builds will not use
>>>> fxsave/fxrestore any more, which caused problems on older intel cpus
>>>> due to kvm not emulating these instructions.
>>>>
>>>> Special thanks to Laszlo for pushing these patches to ipxe upstream,
>>>> they finally landed in ipxe master yesterday.
>>>>
>>>> please pull,
>>>> Gerd
>>>>
>>>> The following changes since commit 207faf24c58859f5240f66bf6decc33b87a1776e:
>>>>
>>>> Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161107' into staging (2016-11-07 14:02:15 +0000)
>>>>
>>>> are available in the git repository at:
>>>>
>>>>
>>>> git://git.kraxel.org/qemu tags/pull-ipxe-20161109-1
>>>>
>>>> for you to fetch changes up to 129fa54c734f4dbaf8d3bb9ca47283a2add2e4dc:
>>>>
>>>> ipxe: update to 20161108 snapshot (2016-11-09 09:49:33 +0100)
>>>>
>>>> ----------------------------------------------------------------
>>>> ipxe: update to 20161108 snapshot.
>>>>
>>>> ----------------------------------------------------------------
>>>> Gerd Hoffmann (1):
>>>> ipxe: update to 20161108 snapshot
>>>>
>>>> pc-bios/efi-e1000.rom | Bin 209408 -> 209920 bytes
>>>> pc-bios/efi-e1000e.rom | Bin 209408 -> 209920 bytes
>>>> pc-bios/efi-eepro100.rom | Bin 209920 -> 209920 bytes
>>>> pc-bios/efi-ne2k_pci.rom | Bin 208384 -> 208896 bytes
>>>> pc-bios/efi-pcnet.rom | Bin 208384 -> 208896 bytes
>>>> pc-bios/efi-rtl8139.rom | Bin 211456 -> 212480 bytes
>>>> pc-bios/efi-virtio.rom | Bin 211456 -> 212480 bytes
>>>> pc-bios/efi-vmxnet3.rom | Bin 205312 -> 206848 bytes
>>>> roms/ipxe | 2 +-
>>>> 9 files changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>
>>> Thanks, applied to my staging tree:
>>> https://github.com/stefanha/qemu/commits/staging
>>>
>>> Stefan
>>>
>>
>> Thank you, Gerd and Stefan.
>>
>> Stefan, if your staging tree is eligible for rebasing, I propose to add
>> the following pointers to the commit message (on patch #1):
>>
>> Ref: https://bugs.archlinux.org/task/50778
>> Ref: https://bugs.launchpad.net/qemu/+bug/1623276
>> Ref: https://bugzilla.proxmox.com/show_bug.cgi?id=1182
>> Ref: https://bugzilla.redhat.com/show_bug.cgi?id=1356762
>
> Sorry, it's too late. I've already pushed the staging tree to master.
>
> BTW I will not modify commits from pull requests. Gerd would have had
> to send a v2. That way the merge is bit-for-bit the tree from the
> pull request.
>
> Stefan
>
No problem -- since you pushed the patch to master, I can now flip the
status on LP#1623276, and name the commit by hash.
Thank you!
Laszlo
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-11-10 16:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 9:09 [Qemu-devel] [PULL for-2.8 0/1] ipxe: update to 20161108 snapshot Gerd Hoffmann
2016-11-09 9:09 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-11-10 10:48 ` [Qemu-devel] [PULL for-2.8 0/1] " Stefan Hajnoczi
2016-11-10 14:10 ` Laszlo Ersek
2016-11-10 15:45 ` Stefan Hajnoczi
2016-11-10 16:30 ` Laszlo Ersek
2016-11-10 11:23 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).