Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-11 Thread Santosh Shukla
On Wed, Jun 11, 2014 at 3:24 PM, Michael S. Tsirkin wrote: > On Wed, Jun 11, 2014 at 03:05:07PM +0530, Santosh Shukla wrote: > > > > > > > > On Wed, Jun 11, 2014 at 1:38 PM, Michael S. Tsirkin > wrote: > > > > On Wed, Jun 11, 2014 at 12:43:03PM +0530, Santosh Shukla wrote: > > > Hi Igor,

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-11 Thread Michael S. Tsirkin
On Wed, Jun 11, 2014 at 03:05:07PM +0530, Santosh Shukla wrote: > > > > On Wed, Jun 11, 2014 at 1:38 PM, Michael S. Tsirkin wrote: > > On Wed, Jun 11, 2014 at 12:43:03PM +0530, Santosh Shukla wrote: > > Hi Igor, > > > > I tried building your repository and got build break on ss

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-11 Thread Santosh Shukla
On Wed, Jun 11, 2014 at 1:38 PM, Michael S. Tsirkin wrote: > On Wed, Jun 11, 2014 at 12:43:03PM +0530, Santosh Shukla wrote: > > Hi Igor, > > > > I tried building your repository and got build break on ssdt-mem.hex, > have you > > face this problem or Its just me (:- > > > > No rule to make targ

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-11 Thread Michael S. Tsirkin
On Wed, Jun 11, 2014 at 12:43:03PM +0530, Santosh Shukla wrote: > Hi Igor, > > I tried building your repository and got build break on ssdt-mem.hex, have you > face this problem or Its just me (:- > >  No rule to make target `hw/i386/ssdt-mem.hex', needed by `hw/i386/ > acpi-build.o'.  Stop > >

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-11 Thread Santosh Shukla
Hi Igor, I tried building your repository and got build break on ssdt-mem.hex, have you face this problem or Its just me (:- No rule to make target `hw/i386/ssdt-mem.hex', needed by `hw/i386/acpi-build.o'. Stop using this rule to qemu config: ../configure --enable-kvm --enable-debug --target-l

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-08 Thread Michael S. Tsirkin
On Mon, Jun 02, 2014 at 03:24:56PM +0200, Igor Mammedov wrote: > NOTE to commiter: > * update precompiled ACPI hex files for iasl-less hosts >and ACPI tables test to match new ACPI tables. Applied, thanks everyone! > What's new since v10: > * rename DimmDevice to PCDIMMDevice > * allow an

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-02 Thread Igor Mammedov
On Mon, 02 Jun 2014 08:32:37 -0600 Eric Blake wrote: > On 06/02/2014 07:24 AM, Igor Mammedov wrote: > > NOTE to commiter: > > * update precompiled ACPI hex files for iasl-less hosts > >and ACPI tables test to match new ACPI tables. > > > > What's new since v10: > > The subject says v4, not

Re: [Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-02 Thread Eric Blake
On 06/02/2014 07:24 AM, Igor Mammedov wrote: > NOTE to commiter: > * update precompiled ACPI hex files for iasl-less hosts >and ACPI tables test to match new ACPI tables. > > What's new since v10: The subject says v4, not v10. Am I missing something? > * rename DimmDevice to PCDIMMDevice >

[Qemu-devel] [PATCH v4 00/33] pc: ACPI memory hotplug

2014-06-02 Thread Igor Mammedov
NOTE to commiter: * update precompiled ACPI hex files for iasl-less hosts and ACPI tables test to match new ACPI tables. What's new since v10: * rename DimmDevice to PCDIMMDevice * allow anonymous DIMMs * fix error handling in hostmemory_backend_set_size() * fix ACPI read callback for case