All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-ppc-devel] [PATCH 0 of 7] PowerPC kvm-userspace patches
@ 2008-03-12  4:50 ` Jerone Young
  0 siblings, 0 replies; 57+ messages in thread
From: Jerone Young @ 2008-03-12  4:50 UTC (permalink / raw)
  To: kvm-ppc-devel; +Cc: kvm-devel

This set of patches enables the following:
	-Device tree Support
		- Add libfdt to kvm-userspace
		- Add bamboo device tree to qemu source
        	- Detection of host Device Tree attributes
		- Device tree loading
       	 	- Ability to specify initrd on the command line
        	- Ability to add kernel arguments on the command line
	- Ability to load compressed uImages
	- Ability to specify memory on the command line

So now when running powerpc code on a 440board. 

Known Issues:
   There is an issue currently where guest kernel is not mounting the initrd.
   Working it now!

   But these changes should go in anyway.

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 57+ messages in thread
* [kvm-ppc-devel] [PATCH 0 of 7] [v2] PowerPC kvm-userspace patches
@ 2008-03-14 17:09 Jerone Young
  2008-03-14 17:09 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
  0 siblings, 1 reply; 57+ messages in thread
From: Jerone Young @ 2008-03-14 17:09 UTC (permalink / raw)
  To: kvm-devel; +Cc: kvm-ppc-devel

This set address issues disscussed by Hollis on the first go around.
As well as some minor fixes.

This set of patches enables the following:
        -Device tree Support
                - Add libfdt to kvm-userspace
                - Add bamboo device tree to qemu source
                - Detection of host Device Tree attributes
                - Device tree loading
                - Ability to specify initrd on the command line
                - Ability to add kernel arguments on the command line
        - Ability to load compressed uImages
        - Ability to specify memory on the command line

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 57+ messages in thread
* [kvm-ppc-devel] [PATCH 0 of 7] [v3] PowerPC kvm-userspace patches
@ 2008-03-18 20:06 Jerone Young
  2008-03-18 20:06 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
  0 siblings, 1 reply; 57+ messages in thread
From: Jerone Young @ 2008-03-18 20:06 UTC (permalink / raw)
  To: kvm-devel; +Cc: kvm-ppc-devel

This set address issues disscussed by Hollis & Anthony on the second go around.
As well as some minor fixes.

This set of patches enables the following:
        -Device tree Support
                - Add libfdt to kvm-userspace
                - Add bamboo device tree to qemu source
                - Detection of host Device Tree attributes
                - Device tree loading
                - Ability to specify initrd on the command line
                - Ability to add kernel arguments on the command line
        - Ability to load compressed uImages
        - Ability to specify memory on the command line

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 57+ messages in thread
* [kvm-ppc-devel] [PATCH 0 of 7] [v5] PowerPC kvm-userspace patches
@ 2008-03-19 19:01 Jerone Young
  2008-03-19 19:01 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
  0 siblings, 1 reply; 57+ messages in thread
From: Jerone Young @ 2008-03-19 19:01 UTC (permalink / raw)
  To: kvm-devel; +Cc: kvm-ppc-devel

This addresses a bug that was introduced with memory changes as well as compiler warnings that were fixed by casting.  This should stop the spam fest ;-)

This set of patches enables the following:
        -Device tree Support
                - Add libfdt to kvm-userspace
                - Add bamboo device tree to qemu source
                - Detection of host Device Tree attributes
                - Device tree loading
                - Ability to specify initrd on the command line
                - Ability to add kernel arguments on the command line
        - Ability to load compressed uImages
        - Ability to specify memory on the command line

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

^ permalink raw reply	[flat|nested] 57+ messages in thread
* [kvm-ppc-devel] [PATCH 0 of 7] [v6] PowerPC kvm-userspace patches
@ 2008-03-19 20:00 Jerone Young
  2008-03-19 20:00 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
  0 siblings, 1 reply; 57+ messages in thread
From: Jerone Young @ 2008-03-19 20:00 UTC (permalink / raw)
  To: kvm-devel; +Cc: kvm-ppc-devel

Fix big bug found by Anthony, as well formating comments that he commented on.
Bombs away!

This set of patches enables the following:
        -Device tree Support
                - Add libfdt to kvm-userspace
                - Add bamboo device tree to qemu source
                - Detection of host Device Tree attributes
                - Device tree loading
                - Ability to specify initrd on the command line
                - Ability to add kernel arguments on the command line
        - Ability to load compressed uImages
        - Ability to specify memory on the command line

Signed-off-by: Jerone Young <jyoung5@us.ibm.com>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

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

end of thread, other threads:[~2008-03-19 20:00 UTC | newest]

Thread overview: 57+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12  4:50 [kvm-ppc-devel] [PATCH 0 of 7] PowerPC kvm-userspace patches Jerone Young
2008-03-12  4:50 ` Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
2008-03-12  4:50   ` Jerone Young
2008-03-13  2:25   ` [kvm-ppc-devel] " Hollis Blanchard
2008-03-13  2:25     ` Hollis Blanchard
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 2 of 7] Add libfdt support to qemu Jerone Young
2008-03-12  4:50   ` Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 3 of 7] Create new load_uboot() & gunzip Jerone Young
2008-03-12  4:50   ` [PATCH 3 of 7] Create new load_uboot() & gunzip support to uboot loader in Qemu Jerone Young
2008-03-13  2:36   ` [kvm-ppc-devel] [PATCH 3 of 7] Create new load_uboot() & gunzip Hollis Blanchard
2008-03-13  2:36     ` [kvm-ppc-devel] [PATCH 3 of 7] Create new load_uboot() & gunzip support to uboot loader in Qemu Hollis Blanchard
2008-03-13 20:09     ` Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo board device Jerone Young
2008-03-12  4:50   ` [PATCH 4 of 7] Add PPC 440EP bamboo board device tree source & binary into qemu Jerone Young
2008-03-13  2:42   ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo Hollis Blanchard
2008-03-13  2:42     ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo board device tree source & binary into qemu Hollis Blanchard
2008-03-13 20:24     ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo Jerone Young
2008-03-13 20:24       ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo board device tree source & binary into qemu Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree manipulation Jerone Young
2008-03-12  4:50   ` [PATCH 5 of 7] Add dynamic device tree manipulation & change uboot loader for PPC bamboo board model Jerone Young
2008-03-13  2:53   ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device Hollis Blanchard
2008-03-13  2:53     ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree manipulation & change uboot loader for PPC bamboo board model Hollis Blanchard
2008-03-13 22:27     ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device Jerone Young
2008-03-13 22:27       ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree manipulation & change uboot loader for PPC bamboo board model Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 6 of 7] Modify PPC bamboo & ppc440 board Jerone Young
2008-03-12  4:50   ` [PATCH 6 of 7] Modify PPC bamboo & ppc440 board models Jerone Young
2008-03-12  4:50 ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram on Jerone Young
2008-03-12  4:50   ` [PATCH 7 of 7] Add ability to specify ram on command line for bamboo board model Jerone Young
2008-03-13  2:23   ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram Hollis Blanchard
2008-03-13  2:23     ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram on command line for bamboo board model Hollis Blanchard
2008-03-13  2:55 ` [kvm-ppc-devel] [PATCH 0 of 7] PowerPC kvm-userspace patches Hollis Blanchard
2008-03-13  2:55   ` Hollis Blanchard
2008-03-19 14:45 ` Jerone Young
2008-03-19 14:45   ` Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
2008-03-19 14:45     ` Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 2 of 7] Add libfdt support to qemu Jerone Young
2008-03-19 14:45     ` Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 3 of 7] Create new load_uimage() & gunzip Jerone Young
2008-03-19 14:45     ` [PATCH 3 of 7] Create new load_uimage() & gunzip support to uboot loader in Qemu Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 4 of 7] Add PPC 440EP bamboo board device Jerone Young
2008-03-19 14:45     ` [PATCH 4 of 7] Add PPC 440EP bamboo board device tree source & binary into qemu Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree manipulation Jerone Young
2008-03-19 14:45     ` [PATCH 5 of 7] Add dynamic device tree manipulation & change uboot loader for PPC bamboo board model Jerone Young
2008-03-19 18:02     ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device Hollis Blanchard
2008-03-19 18:02       ` [kvm-ppc-devel] [PATCH 5 of 7] Add dynamic device tree manipulation & change uboot loader for PPC bamboo board model Hollis Blanchard
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 6 of 7] Modify PPC bamboo & ppc440 board Jerone Young
2008-03-19 14:45     ` [PATCH 6 of 7] Modify PPC bamboo & ppc440 board models Jerone Young
2008-03-19 14:45   ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram on Jerone Young
2008-03-19 14:45     ` [PATCH 7 of 7] Add ability to specify ram on command line for bamboo board model Jerone Young
2008-03-19 17:55     ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram Hollis Blanchard
2008-03-19 17:55       ` [kvm-ppc-devel] [PATCH 7 of 7] Add ability to specify ram on command line for bamboo board model Hollis Blanchard
  -- strict thread matches above, loose matches on Subject: below --
2008-03-14 17:09 [kvm-ppc-devel] [PATCH 0 of 7] [v2] PowerPC kvm-userspace patches Jerone Young
2008-03-14 17:09 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
2008-03-18 20:06 [kvm-ppc-devel] [PATCH 0 of 7] [v3] PowerPC kvm-userspace patches Jerone Young
2008-03-18 20:06 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
2008-03-19 19:01 [kvm-ppc-devel] [PATCH 0 of 7] [v5] PowerPC kvm-userspace patches Jerone Young
2008-03-19 19:01 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young
2008-03-19 20:00 [kvm-ppc-devel] [PATCH 0 of 7] [v6] PowerPC kvm-userspace patches Jerone Young
2008-03-19 20:00 ` [kvm-ppc-devel] [PATCH 1 of 7] Add libfdt to KVM userspace Jerone Young

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.