qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
  • * Re: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object
           [not found] <1340632507-29692-1-git-send-email-imammedo@redhat.com>
           [not found] ` <4FEC4C43.3080006@siemens.com>
    @ 2012-07-10 15:56 ` Igor Mammedov
      2012-07-23  7:46 ` Igor Mammedov
                       ` (3 subsequent siblings)
      5 siblings, 0 replies; 8+ messages in thread
    From: Igor Mammedov @ 2012-07-10 15:56 UTC (permalink / raw)
      To: qemu-devel; +Cc: Anthony Liguori
    
    ping
    
    On 06/25/2012 03:55 PM, Igor Mammedov wrote:
    > v2:
    >    - drop usage of prev_debug_excp_handler consistently in all users
    >    - split from reset patches to avoid confusion of inter-dependency
    >
    > Compile & Run tested:
    >    target-i386: tcg and kvm mode
    >    i386-linux-user: running of /bin/ls
    > Compile tested:
    >    xtensa-softmmu && xtensaeb-softmmu
    >
    > git tree for testing:
    >    https://github.com/imammedo/qemu/tree/x86cpu_qom_tcg_v2
    >
    >
    > Igor Mammedov (4):
    >    target-i386: drop usage of prev_debug_excp_handler
    >    target-xtensa: drop usage of prev_debug_excp_handler
    >    cleanup cpu_set_debug_excp_handler
    >    target-i386: move tcg initialization into x86_cpu_initfn()
    >
    >   cpu-exec.c             |    5 +----
    >   exec-all.h             |    2 +-
    >   target-i386/cpu.c      |   10 ++++++++++
    >   target-i386/cpu.h      |    1 +
    >   target-i386/helper.c   |   16 +---------------
    >   target-xtensa/helper.c |    8 +-------
    >   6 files changed, 15 insertions(+), 27 deletions(-)
    >
    
    -- 
    -----
      Igor
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
  • * Re: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object
           [not found] <1340632507-29692-1-git-send-email-imammedo@redhat.com>
           [not found] ` <4FEC4C43.3080006@siemens.com>
      2012-07-10 15:56 ` Igor Mammedov
    @ 2012-07-23  7:46 ` Igor Mammedov
      2012-08-09 19:59   ` Blue Swirl
      2012-08-02 11:55 ` Igor Mammedov
                       ` (2 subsequent siblings)
      5 siblings, 1 reply; 8+ messages in thread
    From: Igor Mammedov @ 2012-07-23  7:46 UTC (permalink / raw)
      To: qemu-devel; +Cc: Anthony Liguori
    
    ping.
    
    On 06/25/2012 03:55 PM, Igor Mammedov wrote:
    > v2:
    >    - drop usage of prev_debug_excp_handler consistently in all users
    >    - split from reset patches to avoid confusion of inter-dependency
    >
    > Compile & Run tested:
    >    target-i386: tcg and kvm mode
    >    i386-linux-user: running of /bin/ls
    > Compile tested:
    >    xtensa-softmmu && xtensaeb-softmmu
    >
    > git tree for testing:
    >    https://github.com/imammedo/qemu/tree/x86cpu_qom_tcg_v2
    >
    >
    > Igor Mammedov (4):
    >    target-i386: drop usage of prev_debug_excp_handler
    >    target-xtensa: drop usage of prev_debug_excp_handler
    >    cleanup cpu_set_debug_excp_handler
    >    target-i386: move tcg initialization into x86_cpu_initfn()
    >
    >   cpu-exec.c             |    5 +----
    >   exec-all.h             |    2 +-
    >   target-i386/cpu.c      |   10 ++++++++++
    >   target-i386/cpu.h      |    1 +
    >   target-i386/helper.c   |   16 +---------------
    >   target-xtensa/helper.c |    8 +-------
    >   6 files changed, 15 insertions(+), 27 deletions(-)
    >
    
    -- 
    -----
      Igor
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
  • * Re: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object
           [not found] <1340632507-29692-1-git-send-email-imammedo@redhat.com>
                       ` (2 preceding siblings ...)
      2012-07-23  7:46 ` Igor Mammedov
    @ 2012-08-02 11:55 ` Igor Mammedov
      2012-08-08 11:28 ` Igor Mammedov
           [not found] ` <1340632507-29692-2-git-send-email-imammedo@redhat.com>
      5 siblings, 0 replies; 8+ messages in thread
    From: Igor Mammedov @ 2012-08-02 11:55 UTC (permalink / raw)
      To: qemu-devel; +Cc: Jan Kiszka, Anthony Liguori
    
    Anthony,
    
    ping
    
    Is something wrong with this series?
    
    
    PS:
    Jan,
      may I ask for an explicit Acked-By, pls?
    
    On 06/25/2012 03:55 PM, Igor Mammedov wrote:
    > v2:
    >    - drop usage of prev_debug_excp_handler consistently in all users
    >    - split from reset patches to avoid confusion of inter-dependency
    >
    > Compile & Run tested:
    >    target-i386: tcg and kvm mode
    >    i386-linux-user: running of /bin/ls
    > Compile tested:
    >    xtensa-softmmu && xtensaeb-softmmu
    >
    > git tree for testing:
    >    https://github.com/imammedo/qemu/tree/x86cpu_qom_tcg_v2
    >
    >
    > Igor Mammedov (4):
    >    target-i386: drop usage of prev_debug_excp_handler
    >    target-xtensa: drop usage of prev_debug_excp_handler
    >    cleanup cpu_set_debug_excp_handler
    >    target-i386: move tcg initialization into x86_cpu_initfn()
    >
    >   cpu-exec.c             |    5 +----
    >   exec-all.h             |    2 +-
    >   target-i386/cpu.c      |   10 ++++++++++
    >   target-i386/cpu.h      |    1 +
    >   target-i386/helper.c   |   16 +---------------
    >   target-xtensa/helper.c |    8 +-------
    >   6 files changed, 15 insertions(+), 27 deletions(-)
    >
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
  • * Re: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object
           [not found] <1340632507-29692-1-git-send-email-imammedo@redhat.com>
                       ` (3 preceding siblings ...)
      2012-08-02 11:55 ` Igor Mammedov
    @ 2012-08-08 11:28 ` Igor Mammedov
      2012-08-09 15:17   ` Andreas Färber
           [not found] ` <1340632507-29692-2-git-send-email-imammedo@redhat.com>
      5 siblings, 1 reply; 8+ messages in thread
    From: Igor Mammedov @ 2012-08-08 11:28 UTC (permalink / raw)
      To: qemu-devel; +Cc: aliguori
    
    ping
    
    ----- Original Message -----
    > From: "Igor Mammedov" <imammedo@redhat.com>
    > To: qemu-devel@nongnu.org
    > Cc: "peter maydell" <peter.maydell@linaro.org>, aliguori@us.ibm.com, ehabkost@redhat.com, sw@weilnetz.de,
    > mtosatti@redhat.com, agraf@suse.de, mdroth@linux.vnet.ibm.com, blauwirbel@gmail.com, jcmvbkbc@gmail.com,
    > avi@redhat.com, "jan kiszka" <jan.kiszka@siemens.com>, afaerber@suse.de, rth@twiddle.net
    > Sent: Monday, June 25, 2012 3:55:03 PM
    > Subject: [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization	inside CPU object
    > 
    > v2:
    >   - drop usage of prev_debug_excp_handler consistently in all users
    >   - split from reset patches to avoid confusion of inter-dependency
    > 
    > Compile & Run tested:
    >   target-i386: tcg and kvm mode
    >   i386-linux-user: running of /bin/ls
    > Compile tested:
    >   xtensa-softmmu && xtensaeb-softmmu
    > 
    > git tree for testing:
    >   https://github.com/imammedo/qemu/tree/x86cpu_qom_tcg_v2
    > 
    > 
    > Igor Mammedov (4):
    >   target-i386: drop usage of prev_debug_excp_handler
    >   target-xtensa: drop usage of prev_debug_excp_handler
    >   cleanup cpu_set_debug_excp_handler
    >   target-i386: move tcg initialization into x86_cpu_initfn()
    > 
    >  cpu-exec.c             |    5 +----
    >  exec-all.h             |    2 +-
    >  target-i386/cpu.c      |   10 ++++++++++
    >  target-i386/cpu.h      |    1 +
    >  target-i386/helper.c   |   16 +---------------
    >  target-xtensa/helper.c |    8 +-------
    >  6 files changed, 15 insertions(+), 27 deletions(-)
    > 
    > --
    > 1.7.10.2
    > 
    > 
    > 
    
    ^ permalink raw reply	[flat|nested] 8+ messages in thread
  • [parent not found: <1340632507-29692-2-git-send-email-imammedo@redhat.com>]

  • end of thread, other threads:[~2012-08-09 20:00 UTC | newest]
    
    Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1340632507-29692-1-git-send-email-imammedo@redhat.com>
         [not found] ` <4FEC4C43.3080006@siemens.com>
    2012-07-03  9:56   ` [Qemu-devel] [PATCH 0/4 v2] target-i386: move tcg intialization inside CPU object Igor Mammedov
    2012-07-10 15:56 ` Igor Mammedov
    2012-07-23  7:46 ` Igor Mammedov
    2012-08-09 19:59   ` Blue Swirl
    2012-08-02 11:55 ` Igor Mammedov
    2012-08-08 11:28 ` Igor Mammedov
    2012-08-09 15:17   ` Andreas Färber
         [not found] ` <1340632507-29692-2-git-send-email-imammedo@redhat.com>
    2012-08-09 15:15   ` [Qemu-devel] [PATCH 1/4] target-i386: drop usage of prev_debug_excp_handler Andreas Färber
    

    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).