* [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
@ 2016-05-24 12:09 Igor Mammedov
2016-05-24 13:28 ` Paolo Bonzini
2016-05-24 15:05 ` Eduardo Habkost
0 siblings, 2 replies; 4+ messages in thread
From: Igor Mammedov @ 2016-05-24 12:09 UTC (permalink / raw)
To: qemu-devel; +Cc: ehabkost, marcel, mst, pbonzini, rth
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
---
hw/i386/pc.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/hw/i386/pc.c b/hw/i386/pc.c
index 1fd83f4..c48322b 100644
--- a/hw/i386/pc.c
+++ b/hw/i386/pc.c
@@ -1159,14 +1159,6 @@ void pc_cpus_init(PCMachineState *pcms)
smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]);
}
-/* pci-info ROM file. Little endian format */
-typedef struct PcRomPciInfo {
- uint64_t w32_min;
- uint64_t w32_max;
- uint64_t w64_min;
- uint64_t w64_max;
-} PcRomPciInfo;
-
static
void pc_machine_done(Notifier *notifier, void *data)
{
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
2016-05-24 12:09 [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo Igor Mammedov
@ 2016-05-24 13:28 ` Paolo Bonzini
2016-05-29 8:43 ` Michael Tokarev
2016-05-24 15:05 ` Eduardo Habkost
1 sibling, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2016-05-24 13:28 UTC (permalink / raw)
To: Igor Mammedov, qemu-devel
Cc: ehabkost, marcel, mst, rth, qemu-trivial@nongnu.org
Adding qemu-trivial.
Paolo
On 24/05/2016 14:09, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
> ---
> hw/i386/pc.c | 8 --------
> 1 file changed, 8 deletions(-)
>
> diff --git a/hw/i386/pc.c b/hw/i386/pc.c
> index 1fd83f4..c48322b 100644
> --- a/hw/i386/pc.c
> +++ b/hw/i386/pc.c
> @@ -1159,14 +1159,6 @@ void pc_cpus_init(PCMachineState *pcms)
> smbios_set_cpuid(cpu->env.cpuid_version, cpu->env.features[FEAT_1_EDX]);
> }
>
> -/* pci-info ROM file. Little endian format */
> -typedef struct PcRomPciInfo {
> - uint64_t w32_min;
> - uint64_t w32_max;
> - uint64_t w64_min;
> - uint64_t w64_max;
> -} PcRomPciInfo;
> -
> static
> void pc_machine_done(Notifier *notifier, void *data)
> {
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
2016-05-24 12:09 [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo Igor Mammedov
2016-05-24 13:28 ` Paolo Bonzini
@ 2016-05-24 15:05 ` Eduardo Habkost
1 sibling, 0 replies; 4+ messages in thread
From: Eduardo Habkost @ 2016-05-24 15:05 UTC (permalink / raw)
To: Igor Mammedov; +Cc: qemu-devel, marcel, mst, pbonzini, rth
On Tue, May 24, 2016 at 02:09:07PM +0200, Igor Mammedov wrote:
> Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
--
Eduardo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo
2016-05-24 13:28 ` Paolo Bonzini
@ 2016-05-29 8:43 ` Michael Tokarev
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2016-05-29 8:43 UTC (permalink / raw)
To: Paolo Bonzini, Igor Mammedov, qemu-devel
Cc: marcel, qemu-trivial@nongnu.org, rth, ehabkost, mst
Applied to -trivial, thanks!
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-05-29 8:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-24 12:09 [Qemu-devel] [PATCH] pc: cleanup unused struct PcRomPciInfo Igor Mammedov
2016-05-24 13:28 ` Paolo Bonzini
2016-05-29 8:43 ` Michael Tokarev
2016-05-24 15:05 ` Eduardo Habkost
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).