All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gabriel L. Somlo" <gsomlo@gmail.com>
To: Alexander Graf <agraf@suse.de>
Cc: "imammedo@redhat.com" <imammedo@redhat.com>,
	"pbonzini@redhat.com" <pbonzini@redhat.com>,
	"lersek@redhat.com" <lersek@redhat.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] OSX guest support review
Date: Tue, 28 Jan 2014 11:45:37 -0500	[thread overview]
Message-ID: <20140128164536.GB29329@ERROL.INI.CMU.EDU> (raw)
In-Reply-To: <DA98ECC9-AF11-430E-82D4-60ED17873B7E@suse.de>

On Tue, Jan 28, 2014 at 12:51:40AM +0100, Alexander Graf wrote:
> On 27.01.2014, at 23:51, Gabriel L. Somlo <gsomlo@gmail.com> wrote:
> >    - on Mavericks, the e1000 pci card doesn't work. In "System
> >      Information", under "Hardware", I get nothing under "Ethernet
> >      Cards", and "ethernet controller, pci slot 2, driver_installed=No"
> >      under "PCI Cards". On MountainLion and earlier, "Driver Installed"
> >      used to be "Yes", and the card used to show up under Ethernet Cards
> >      as well, using the AppleIntel8254XEthernet.kext. This kext is
> >      present on Mavericks as well, but doesn't seem to work there.
> 
> Does ioreg give any hints?

Nothing interesting as far as my semi-trained eye could tell, but I've
included a trimmed-down excerpt from both MountainLion (where it works)
and from Mavericks (where it doesn't) at the very end of this email.

> > PS. For *all* OS X versions mentioned above, I'm patching kvm to treat
> >  monitor and mwait as NOP, and also the mysterious "ioapic polarity"
> 
> You only need to mark the mwait'ed pages as trapping and wake up the other cpu when it hits ;). "only".

I already have a patch doing just that, which works reliably on UP,
and sometimes even on "-smp 2" :) But that's a post for the KVM list,
as soon as I re-acquaint myself with the parts of KVM I'm touching
(see www.contrib.andrew.cmu.edu/~somlo/OSXKVM/kvm-mwait-emu-20131213.patch
if you're curious). Just emulating monitor/mwait as NOP works 100% of
the time (and is 100% correct, at the expense of being 100% wasteful
of host CPU cycles). But it allows me to focus on the other moving parts
for now :)

> >  patch without which OS X hangs at boot with "still waiting for root
> >  device". I'll dig at this one a bit too, over the next couple of
> 
> IIRC the problem is that in our DSDT we declare the PCI interrupts as high triggered while PCI is defined to be low triggered. Linux and Windows adhere to PCI more than ACPI, but OSX seems to configure the IOAPIC accordingly and doesn't see the interrupt because of that.

I remember you telling me a bit of that back when I first started.

Do you belive there's a chance we can work around this by just tweaking
ACPI on the QEMU side, and thus eliminate the need for a KVM patch ?

Thanks much,
--Gabriel



PS. And now the ioreg output, starting with the working one
from MountainLion:

+-o Root  <class IORegistryEntry, id 0x100000100, retain 11>
  | {
  |   "IOKitBuildVersion" = "Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64"
  |   ...
  | }
  | 
  +-o iMac8,1  <class IOPlatformExpertDevice, id 0x100000109, registered, matched, active, busy 0 (10540 ms), retain 40>
    | { ... }
    | 
    +-o AppleACPIPlatformExpert  <class AppleACPIPlatformExpert, id 0x10000010a, registered, matched, active, busy 0 (8802 ms), retain 33>
    | | { ... }
    | | 
...
    | |     
    | +-o PCI0@0  <class IOACPIPlatformDevice, id 0x100000125, registered, matched, active, busy 0 (5040 ms), retain 83>
    | | | { ... }
    | | | 
    | | +-o AppleACPIPCI  <class AppleACPIPCI, id 0x100000181, registered, matched, active, busy 0 (4992 ms), retain 27>
    | |   | { ... }
    | |   |
...
    | |   |       
    | |   +-o S02@2  <class IOPCIDevice, id 0x100000163, registered, matched, active, busy 0 (513 ms), retain 13>
    | |   | | {
    | |   | |   "assigned-addresses" = <10100082000000000000bcfe0000000000000200141000810000000000c00000000000004000000030100082000000000000b8fe0000000000000400>
    | |   | |   "IOInterruptSpecifiers" = (<1600000007000000>)
    | |   | |   "IODeviceMemory" = (({"address"=4273733632,"length"=131072}),"IOSubMemoryDescriptor is not serializable",({"address"=4273471488,"length"=262144}))
    | |   | |   "class-code" = <00000200>
    | |   | |   "IOPowerManagement" = {"ChildrenPowerState"=2,"CurrentPowerState"=2,"ChildProxyPowerState"=2,"MaxPowerState"=2}
    | |   | |   "subsystem-vendor-id" = <f41a0000>
    | |   | |   "acpi-device" = "IOACPIPlatformDevice is not serializable"
    | |   | |   "IOInterruptControllers" = ("io-apic-0")
    | |   | |   "name" = <"ethernet">
    | |   | |   "vendor-id" = <86800000>
    | |   | |   "device-id" = <0e100000>
    | |   | |   "IOPCIResourced" = Yes
    | |   | |   "EEPROM Version" = "3.0"
    | |   | |   "compatible" = <"pci1af4,1100","pci8086,100e","pciclass,020000","S02">
    | |   | |   "EEPROM Checksum Valid" = Yes
    | |   | |   "acpi-path" = "IOACPIPlane:/_SB/PCI0@0/S02@20000"
    | |   | |   "subsystem-id" = <00110000>
    | |   | |   "revision-id" = <03000000>
    | |   | |   "pcidebug" = "0:2:0"
    | |   | |   "IOName" = "ethernet"
    | |   | |   "AAPL,slot-name" = <"PCI Slot 2">
    | |   | |   "reg" = <...>
    | |   | |   "acpi-wake-type" = 2
    | |   | | }
    | |   | | 
    | |   | +-o AppleIntel8254XEthernet  <class AppleIntel8254XEthernet, id 0x1000001a6, !registered, !matched, active, busy 0 (1 ms), retain 7>
    | |   |   | {
    | |   |   |   "IOClass" = "AppleIntel8254XEthernet"
    | |   |   |   "IOActiveMedium" = "00100030"
    | |   |   |   "EN Number" = 0
    | |   |   |   "IOMinPacketSize" = 64
    | |   |   |   "IOPowerManagement" = {"MaxPowerState"=1,"CurrentPowerState"=1}
    | |   |   |   "IOProviderClass" = "IOPCIDevice"
    | |   |   |   "IOLinkStatus" = 3
    | |   |   |   "IOVendor" = "Intel"
    | |   |   |   "IOPacketFilters" = {"IONetworkFilterGroup"=275,"IOEthernetWakeOnLANFilterGroup"=0}
    | |   |   |   "Driver Parameters" = {...}
    | |   |   |   "IODefaultMedium" = "00000020"
    | |   |   |   "IOProbeScore" = 10000
    | |   |   |   "IOMediumDictionary" = {...}
    | |   |   |   "IOPCIPrimaryMatch" = "0x10008086&0x0000ffff"
    | |   |   |   "IOMACAddress" = <525400123456>
    | |   |   |   "IOMatchCategory" = "IODefaultMatchCategory"
    | |   |   |   "CFBundleIdentifier" = "com.apple.driver.AppleIntel8254XEthernet"
    | |   |   |   "IOMaxPacketSize" = 9018
    | |   |   |   "IOModel" = "82540EM"
    | |   |   |   "IOSelectedMedium" = "00000020"
    | |   |   |   "IOLinkSpeed" = 1000000000
    | |   |   |   "IOFeatures" = 26
    | |   |   |   "IOPCIClassMatch" = "0x02000000&0xffff0000"
    | |   |   | }
    | |   |   | 
    | |   |   +-o en0  <class IOEthernetInterface, id 0x1000001db, registered, matched, active, busy 0 (1 ms), retain 10>
    | |   |     | {
    | |   |     |   "IOLocation" = ""
    | |   |     |   "IORequiredPacketFilters" = {"IONetworkFilterGroup"=19,"IOEthernetWakeOnLANFilterGroup"=0}
    | |   |     |   "IOInterfaceFlags" = 34915
    | |   |     |   "IOMaxTransferUnit" = 1500
    | |   |     |   "IOMediaAddressLength" = 6
    | |   |     |   "IOInterfaceType" = 6
    | |   |     |   "BSD Name" = "en0"
    | |   |     |   "IOMulticastAddressList" = <01005e0000fb3333000000fb01005e0000010180c20000033333d8f74c843333000000013333ff123456>
    | |   |     |   "IOInterfaceState" = 3
    | |   |     |   "IOMediaHeaderLength" = 14
    | |   |     |   "IOActivePacketFilters" = {"IONetworkFilterGroup"=19,"IOEthernetWakeOnLANFilterGroup"=0}
    | |   |     |   "IOInterfaceExtraFlags" = 2112
    | |   |     |   "IOPrimaryInterface" = No
    | |   |     |   "IOControllerEnabled" = Yes
    | |   |     |   "IOInterfaceUnit" = 0
    | |   |     |   "IOInterfaceNamePrefix" = "en"
    | |   |     |   "IOBuiltin" = No
    | |   |     |   "IONetworkData" = {...}
    | |   |     | }
    | |   |     | 
    | |   |     +-o IONetworkStack  <class IONetworkStack, id 0x1000001b6, registered, matched, active, busy 0 (0 ms), retain 8>
    | |   |       | {
    | |   |       |   "IOProbeScore" = 0
    | |   |       |   "CFBundleIdentifier" = "com.apple.iokit.IONetworkingFamily"
    | |   |       |   "IOProviderClass" = "IOResources"
    | |   |       |   "IOClass" = "IONetworkStack"
    | |   |       |   "IOMatchCategory" = "IONetworkStack"
    | |   |       |   "IOUserClientClass" = "IONetworkStackUserClient"
    | |   |       |   "IOResourceMatch" = "IOBSD"
    | |   |       | }
    | |   |       | 
    | |   |       +-o IONetworkStackUserClient  <class IONetworkStackUserClient, id 0x100000204, !registered, !matched, active, busy 0, retain 5>
    | |   |           {
    | |   |             "IOUserClientCreator" = "pid 17, configd"
    | |   |           }
    | |   |           
...

and the non-working one from Mavericks:


+-o Root  <class IORegistryEntry, id 0x100000100, retain 11>
  | {
  |   "IOKitBuildVersion" = "Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64"
  |   ...
  | }
  | 
  +-o iMac8,1  <class IOPlatformExpertDevice, id 0x100000109, registered, matched, active, busy 0 (26101 ms), retain 41>
    | { ... }
    | 
    +-o AppleACPIPlatformExpert  <class AppleACPIPlatformExpert, id 0x10000010a, registered, matched, active, busy 0 (26081 ms), retain 33>
    | | { ... }
    | | 
...
    | |     
    | +-o PCI0@0  <class IOACPIPlatformDevice, id 0x100000127, registered, matched, active, busy 0 (15627 ms), retain 83>
    | | | { ... }
    | | | 
    | | +-o AppleACPIPCI  <class AppleACPIPCI, id 0x100000183, registered, matched, active, busy 0 (15573 ms), retain 27>
    | |   | { ... }
    | |   | 
...
    | |   |       
    | |   +-o S02@2  <class IOPCIDevice, id 0x100000165, registered, matched, active, busy 0 (8 ms), retain 10>
    | |   |   {
    | |   |     "assigned-addresses" = <10100082000000000000bcfe0000000000000200141000810000000000c000000000000040000000>
    | |   |     "IOInterruptSpecifiers" = (<1600000007000000>)
    | |   |     "IODeviceMemory" = (({"address"=4273733632,"length"=131072}),"IOSubMemoryDescriptor is not serializable")
    | |   |     "class-code" = <00000200>
    | |   |     "IOPowerManagement" = {"MaxPowerState"=3,"ChildProxyPowerState"=2,"CurrentPowerState"=2}
    | |   |     "subsystem-vendor-id" = <f41a0000>
    | |   |     "acpi-device" = "IOACPIPlatformDevice is not serializable"
    | |   |     "IOInterruptControllers" = ("io-apic-0")
    | |   |     "name" = <"ethernet">
    | |   |     "vendor-id" = <86800000>
    | |   |     "device-id" = <0e100000>
    | |   |     "IOPCIResourced" = Yes
    | |   |     "compatible" = <"pci1af4,1100","pci8086,100e","pciclass,020000","S02">
    | |   |     "acpi-path" = "IOACPIPlane:/_SB/PCI0@0/S02@20000"
    | |   |     "subsystem-id" = <00110000>
    | |   |     "revision-id" = <03000000>
    | |   |     "pcidebug" = "0:2:0"
    | |   |     "IOName" = "ethernet"
    | |   |     "AAPL,slot-name" = <"PCI Slot 2">
    | |   |     "reg" = <...>
    | |   |     "acpi-wake-type" = 2
    | |   |   }
    | |   |   
...

  reply	other threads:[~2014-01-28 16:46 UTC|newest]

Thread overview: 155+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-08 20:02 [Qemu-devel] [PATCH] Add option to disable FDC from ISA bus and ACPI on i386 Gabriel L. Somlo
2014-01-08 20:38 ` Michael S. Tsirkin
2014-01-08 21:09   ` Gabriel L. Somlo
2014-01-15 11:13     ` Paolo Bonzini
2014-01-08 22:13 ` Paolo Bonzini
2014-01-08 23:39   ` Gabriel L. Somlo
2014-01-09  0:12     ` Alexander Graf
2014-01-09  1:51     ` Michael S. Tsirkin
2014-01-09 18:51       ` Gabriel L. Somlo
2014-01-09 20:12         ` Paolo Bonzini
2014-01-09 21:33           ` Michael S. Tsirkin
2014-01-09 21:58             ` Gabriel L. Somlo
2014-01-09 21:44           ` Gabriel L. Somlo
2014-01-10 12:37             ` Paolo Bonzini
2014-01-10 15:35               ` Gabriel L. Somlo
2014-01-10 16:13                 ` Igor Mammedov
2014-01-17 21:10                   ` [Qemu-devel] RFC: ACPI, HPET._CRS, MacOSX vs. WinXP Gabriel L. Somlo
2014-01-20 11:58                     ` Michael S. Tsirkin
2014-01-20 11:57                       ` Paolo Bonzini
2014-01-20 12:08                         ` Michael S. Tsirkin
2014-01-20 12:16                           ` Paolo Bonzini
2014-01-20 18:54                             ` Gabriel L. Somlo
2014-01-20 20:31                               ` Michael S. Tsirkin
2014-01-20 21:25                                 ` Gabriel L. Somlo
2014-01-21 10:33                                   ` Paolo Bonzini
2014-01-21 11:02                                     ` Michael S. Tsirkin
2014-01-21 11:05                                       ` Paolo Bonzini
2014-01-21 11:44                                         ` Michael S. Tsirkin
2014-01-21 18:11                                           ` [Qemu-devel] [PATCH] ACPI: Add IRQ resource to HPET._CRS on Mac OS X Gabriel L. Somlo
2014-01-21 18:38                                             ` Michael S. Tsirkin
2014-01-24 16:46                                               ` Gabriel L. Somlo
2014-01-24 21:18                                                 ` Alexander Graf
2014-01-25  0:09                                                   ` Gabriel L. Somlo
2014-01-25  9:08                                                     ` Alexander Graf
2014-01-27 22:51                                                       ` Gabriel L. Somlo
2014-01-27 23:51                                                         ` Alexander Graf
2014-01-28 16:45                                                           ` Gabriel L. Somlo [this message]
2014-01-28 16:57                                                             ` [Qemu-devel] OSX guest support review Michael S. Tsirkin
2014-01-29 14:17                                                             ` Alexander Graf
2014-01-29 21:36                                                               ` [Qemu-devel] OSX guest vs. kvm ioapic polarity Gabriel L. Somlo
2014-01-29 22:18                                                                 ` Michael S. Tsirkin
2014-01-30 14:18                                                                   ` Gabriel L. Somlo
2014-01-30 19:48                                                                     ` Michael S. Tsirkin
2014-01-30 20:21                                                                       ` Gabriel L. Somlo
2014-01-30 20:28                                                                         ` Michael S. Tsirkin
2014-01-30 20:33                                                                         ` Michael S. Tsirkin
2014-01-30 20:44                                                                           ` Gabriel L. Somlo
2014-02-11 18:23                                                                             ` RFC: ioapic polarity vs. qemu os-x guest Gabriel L. Somlo
2014-02-11 18:23                                                                               ` [Qemu-devel] " Gabriel L. Somlo
2014-02-11 19:54                                                                               ` Michael S. Tsirkin
2014-02-11 19:54                                                                                 ` [Qemu-devel] " Michael S. Tsirkin
2014-02-11 21:35                                                                                 ` Gabriel L. Somlo
2014-02-11 21:35                                                                                   ` [Qemu-devel] " Gabriel L. Somlo
2014-02-14 21:13                                                                                 ` Gabriel L. Somlo
2014-02-14 21:13                                                                                   ` [Qemu-devel] " Gabriel L. Somlo
2014-02-14 21:21                                                                                   ` Alexander Graf
2014-02-14 21:21                                                                                     ` [Qemu-devel] " Alexander Graf
2014-02-14 22:06                                                                                     ` Gabriel L. Somlo
2014-02-14 22:06                                                                                       ` [Qemu-devel] " Gabriel L. Somlo
2014-02-14 22:13                                                                                       ` Alexander Graf
2014-02-14 22:13                                                                                         ` [Qemu-devel] " Alexander Graf
2014-02-16 11:18                                                                                         ` Michael S. Tsirkin
2014-02-16 11:18                                                                                           ` [Qemu-devel] " Michael S. Tsirkin
2014-02-16 11:41                                                                                         ` Michael S. Tsirkin
2014-02-16 11:41                                                                                           ` [Qemu-devel] " Michael S. Tsirkin
2014-02-16 14:47                                                                                           ` Alex Williamson
2014-02-16 14:47                                                                                             ` [Qemu-devel] " Alex Williamson
2014-02-16 16:23                                                                                             ` Michael S. Tsirkin
2014-02-16 16:23                                                                                               ` [Qemu-devel] " Michael S. Tsirkin
2014-02-17 17:57                                                                                               ` Gabriel L. Somlo
2014-02-17 17:57                                                                                                 ` [Qemu-devel] " Gabriel L. Somlo
2014-02-17 18:01                                                                                                 ` Gabriel L. Somlo
2014-02-17 18:01                                                                                                   ` [Qemu-devel] " Gabriel L. Somlo
2014-02-17 18:06                                                                                                   ` Paolo Bonzini
2014-02-17 18:06                                                                                                     ` [Qemu-devel] " Paolo Bonzini
2014-02-17 19:38                                                                                                     ` Gabriel L. Somlo
2014-02-17 19:38                                                                                                       ` [Qemu-devel] " Gabriel L. Somlo
2014-02-18  0:58                                                                                                       ` Gabriel L. Somlo
2014-02-18  0:58                                                                                                         ` [Qemu-devel] " Gabriel L. Somlo
2014-02-27 17:05                                                                                               ` [PATCH RFC] kvm: ignore apic polarity Michael S. Tsirkin
2014-02-27 17:05                                                                                                 ` [Qemu-devel] " Michael S. Tsirkin
2014-02-27 21:41                                                                                                 ` Gabriel L. Somlo
2014-02-27 21:41                                                                                                   ` [Qemu-devel] " Gabriel L. Somlo
2014-02-27 22:30                                                                                                   ` Paolo Bonzini
2014-02-27 22:30                                                                                                     ` [Qemu-devel] " Paolo Bonzini
2014-02-27 23:13                                                                                                     ` Gabriel L. Somlo
2014-02-27 23:13                                                                                                       ` [Qemu-devel] " Gabriel L. Somlo
2014-02-27 23:31                                                                                                       ` Paolo Bonzini
2014-02-27 23:31                                                                                                         ` [Qemu-devel] " Paolo Bonzini
2014-02-28  4:06                                                                                                         ` [RFC PATCH v2] kvm: x86: ignore ioapic polarity Gabriel L. Somlo
2014-02-28  4:06                                                                                                           ` [Qemu-devel] " Gabriel L. Somlo
2014-02-28 17:23                                                                                                           ` [Qemu-devel] [RFC PATCH] qemu: " Gabriel L. Somlo
2014-02-28 18:57                                                                                                             ` [Qemu-devel] [RFC PATCH v2] " Gabriel L. Somlo
2014-02-28 19:14                                                                                                               ` [Qemu-devel] [PATCH] qemu: x86: report lapic version as 0x14 instead of 0x11 Gabriel L. Somlo
2014-03-01  3:44                                                                                                                 ` Alexander Graf
2014-03-01  4:25                                                                                                                   ` Gabriel L. Somlo
2014-03-01  5:45                                                                                                                     ` Alexander Graf
2014-03-01 14:46                                                                                                                 ` Paolo Bonzini
2014-03-02  0:17                                                                                                                   ` Gabriel L. Somlo
2014-03-02  8:56                                                                                                                     ` Paolo Bonzini
2014-03-02 14:31                                                                                                                       ` Michael S. Tsirkin
2014-03-02 16:02                                                                                                                         ` Michael S. Tsirkin
2014-03-06  7:50                                                                                                                     ` Michael S. Tsirkin
2014-03-02 14:52                                                                                                               ` [Qemu-devel] [RFC PATCH v2] qemu: x86: ignore ioapic polarity Michael S. Tsirkin
2014-03-02 16:15                                                                                                                 ` Gabriel L. Somlo
2014-03-02 17:09                                                                                                                   ` Michael S. Tsirkin
2014-03-06  7:45                                                                                                               ` Michael S. Tsirkin
2014-03-02 14:55                                                                                                           ` [RFC PATCH v2] kvm: " Michael S. Tsirkin
2014-03-02 14:55                                                                                                             ` [Qemu-devel] " Michael S. Tsirkin
2014-03-13 10:53                                                                                                           ` Paolo Bonzini
2014-03-13 10:53                                                                                                             ` [Qemu-devel] " Paolo Bonzini
2014-03-13 13:43                                                                                                             ` Gabriel L. Somlo
2014-03-13 13:43                                                                                                               ` [Qemu-devel] " Gabriel L. Somlo
2014-02-28  4:55                                                                                                     ` [PATCH RFC] kvm: ignore apic polarity Michael S. Tsirkin
2014-02-28  4:55                                                                                                       ` [Qemu-devel] " Michael S. Tsirkin
2014-02-28  8:10                                                                                                       ` Paolo Bonzini
2014-02-28  8:10                                                                                                         ` [Qemu-devel] " Paolo Bonzini
2014-02-28  8:11                                                                                                       ` Paolo Bonzini
2014-02-28  8:11                                                                                                         ` [Qemu-devel] " Paolo Bonzini
2014-03-01  5:03                                                                                                 ` Alex Williamson
2014-03-01  5:03                                                                                                   ` [Qemu-devel] " Alex Williamson
2014-02-16 11:34                                                                                   ` RFC: ioapic polarity vs. qemu os-x guest Michael S. Tsirkin
2014-02-16 11:34                                                                                     ` [Qemu-devel] " Michael S. Tsirkin
2014-02-16 15:12                                                                                     ` Peter Maydell
2014-02-16 11:37                                                                                   ` Michael S. Tsirkin
2014-02-16 11:37                                                                                     ` [Qemu-devel] " Michael S. Tsirkin
2014-01-29 23:13                                                                 ` [Qemu-devel] OSX guest vs. kvm ioapic polarity Alexander Graf
2014-01-30 15:56                                                                   ` Gabriel L. Somlo
2014-01-28 20:40                                                       ` [Qemu-devel] osx bootloader Gabriel L. Somlo
2014-01-28 22:51                                                         ` BALATON Zoltan
2014-01-29  3:07                                                           ` Gabriel L. Somlo
2014-01-29 11:29                                                             ` BALATON Zoltan
2014-01-29 14:53                                                               ` Gabriel L. Somlo
2014-01-29 15:00                                                                 ` Alexander Graf
2014-01-30  0:15                                                                   ` BALATON Zoltan
2014-02-01 17:43                                                                   ` BALATON Zoltan
2014-02-01  0:38                                                                 ` BALATON Zoltan
2014-02-01 10:07                                                                   ` Alexander Graf
2014-02-01 14:35                                                                     ` [Qemu-devel] OVMF with q35 (was: osx bootloader) BALATON Zoltan
2014-02-01 15:13                                                                       ` Alexander Graf
2014-02-01 17:38                                                                         ` BALATON Zoltan
2014-02-03  7:47                                                                       ` Gerd Hoffmann
2014-02-01 21:19                                                                   ` [Qemu-devel] osx bootloader Paolo Bonzini
2014-02-02  2:18                                                                     ` BALATON Zoltan
2014-01-29 12:10                                                             ` BALATON Zoltan
2014-01-29 14:20                                                             ` Alexander Graf
2014-01-21 11:38                                   ` [Qemu-devel] RFC: ACPI, HPET._CRS, MacOSX vs. WinXP Michael S. Tsirkin
2014-01-20 20:23                             ` Michael S. Tsirkin
2014-01-20 12:03                     ` Igor Mammedov
2014-01-09  8:46   ` [Qemu-devel] [PATCH] Add option to disable FDC from ISA bus and ACPI on i386 Markus Armbruster
2014-01-09 10:24     ` Paolo Bonzini
2014-01-31 19:03       ` [Qemu-devel] [RFC PATCH v2] Add option to switch off FDC Gabriel L. Somlo
2014-01-31 19:39         ` Eric Blake
2014-02-02 13:47           ` Michael S. Tsirkin
2014-02-10 14:10             ` Marcel Apfelbaum

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140128164536.GB29329@ERROL.INI.CMU.EDU \
    --to=gsomlo@gmail.com \
    --cc=agraf@suse.de \
    --cc=imammedo@redhat.com \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.