qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-02 01:08:21 to 2009-10-05 09:30:34 UTC [more...]

[Qemu-devel] [PATCH 00/25] pci: various pci clean up and pci express support. V3
 2009-10-05  9:30 UTC  (42+ messages)
` [Qemu-devel] [PATCH 01/25] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH 02/25] pci: use appropriate PRIs in PCI_DPRINTF() for portability
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 03/25] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 04/25] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 05/25] pci: use PCI_SLOT() and PCI_FUNC()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 06/25] pci: define a constant to represent a unmapped bar and use it
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 07/25] pci: helper functions to access PCIDevice::config
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 08/25] pci: use helper functions to access pci config space
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 09/25] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 10/25] pci: introduce FMT_pcibus for printf format for pcibus_t
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 11/25] pci: typedef pcibus_t as uint64_t instead of uint32_t
` [Qemu-devel] [PATCH 12/25] pci: 64bit bar support
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 13/25] pci: make pci configuration transaction more accurate
` [Qemu-devel] [PATCH 14/25] pci: factor out the logic to get pci device from address
` [Qemu-devel] [PATCH 15/25] pci_host.h: split non-inline static function in pci_host.h into pci_host.c
` [Qemu-devel] [PATCH 16/25] pci: pcie host and mmcfg support
` [Qemu-devel] [PATCH 17/25] pci: fix pci_default_write_config()
` [Qemu-devel] [PATCH 18/25] pci: add helper functions for pci config write function
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 19/25] pci: use helper function in pci_default_write_config()
` [Qemu-devel] [PATCH 20/25] pci: factor out config update logic
` [Qemu-devel] [PATCH 21/25] pci: make bar update function aware of pci bridge
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 22/25] pci/brdige: qdevfy and initialize secondary bus and subordinate bus
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 23/25] pci: add helper function to initialize wmask
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 24/25] pci: initialize wmask according to pci header type
` [Qemu-devel] [PATCH 25/25] pci/monitor: print out bridge's filtering values and so on
  ` [Qemu-devel] "

[Qemu-devel] QUEMU 0.11 on OpenSolaris
 2009-10-05  9:02 UTC 

[Qemu-devel] [PATCH 0/4] TCG: add some instructions
 2009-10-05  8:20 UTC  (10+ messages)
` [Qemu-devel] [PATCH 1/4] TCG x86: implement lzcnt emulation
    ` [Qemu-devel] [PATCH 1/4 v2] "
` [Qemu-devel] [PATCH 2/4] TCG x86: add lock mov cr0 = cr8
` [Qemu-devel] [PATCH 3/4] TCG x86: add SSE4a instruction support
` [Qemu-devel] [PATCH 4/4] TCG x86: add RDTSCP support

[Qemu-devel] Release plan for 0.12.0
 2009-10-05  0:29 UTC  (58+ messages)
                          ` [coreboot] "

[Qemu-devel] [PATCH] sparc64: fix done instruction pc
 2009-10-04 21:49 UTC 

[Qemu-devel] [PATCH] x86: Fix exceptions for fxsave/fxrstor
 2009-10-04 21:10 UTC  (4+ messages)

[Qemu-devel] commits not reported to qmu-commits?
 2009-10-04 19:21 UTC  (9+ messages)
` [Qemu-devel] "

[Qemu-devel] [RFC] tcg/interpreter: Add TCG + interpreter for bytecode (virtual machine)
 2009-10-04 18:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH] tcg, tci: Add TCG and "

[Qemu-devel] [PATCH v3][SEABIOS] Move qemu config port access functions into separate file
 2009-10-04 14:08 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v2][SEABIOS] Move qemu config port access functions into separate file
 2009-10-04 13:06 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] [TRIVIAL] bsd-user: fix "#if 0"'d printf()
 2009-10-04 12:49 UTC 

[Qemu-devel] [PATCH 0/8] Musicpal updates
 2009-10-04 11:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/8] musicpal: Catch null TX qeueues

[Qemu-devel] [PATCH 00/25] pci: various pci clean up and pci express support. V2
 2009-10-04  8:36 UTC  (30+ messages)
` [Qemu-devel] [PATCH 01/25] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH 02/25] pci: use appropriate PRIs in PCI_DPRINTF() for portability
` [Qemu-devel] [PATCH 03/25] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
` [Qemu-devel] [PATCH 04/25] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1
` [Qemu-devel] [PATCH 05/25] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH 06/25] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH 07/25] pci: helper functions to access PCIDevice::config
` [Qemu-devel] [PATCH 08/25] pci: use helper functions to access pci config space
` [Qemu-devel] [PATCH 09/25] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
` [Qemu-devel] [PATCH 10/25] pci: introduce FMT_pcibus for printf format for pcibus_t
` [Qemu-devel] [PATCH 11/25] pci: typedef pcibus_t as uint64_t instead of uint32_t
` [Qemu-devel] [PATCH 12/25] pci: 64bit bar support
` [Qemu-devel] [PATCH 13/25] pci: make pci configuration transaction more accurate
` [Qemu-devel] [PATCH 14/25] pci: factor out the logic to get pci device from address
` [Qemu-devel] [PATCH 15/25] pci_host.h: split non-inline static function in pci_host.h into pci_host.c
` [Qemu-devel] [PATCH 16/25] pci: pcie host and mmcfg support
` [Qemu-devel] [PATCH 17/25] pci: fix pci_default_write_config()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 18/25] pci: add helper functions for pci config write function
` [Qemu-devel] [PATCH 19/25] pci: use helper function in pci_default_write_config()
` [Qemu-devel] [PATCH 20/25] pci: factor out config update logic
` [Qemu-devel] [PATCH 21/25] pci: make bar update function aware of pci bridge
` [Qemu-devel] [PATCH 22/25] pci/brdige: qdevfy and initialize secondary bus and subordinate bus
` [Qemu-devel] [PATCH 23/25] pci: add helper function to initialize wmask
` [Qemu-devel] [PATCH 24/25] pci: initialize wmask according to pci header type
` [Qemu-devel] [PATCH 25/25] pci/monitor: print out bridge's filtering values and so on

[Qemu-devel] Re: Moderne Bildung ;-)
 2009-10-03 20:04 UTC  (2+ messages)

[Qemu-devel] Questions on audio_atexit(), possibly bugs
 2009-10-03 12:55 UTC  (10+ messages)

[Qemu-devel] [PATCH v1 00/14]: Initial QObject conversion
 2009-10-03  7:59 UTC  (10+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/6] in kernel irqchip support
 2009-10-02 22:22 UTC  (14+ messages)
` [Qemu-devel] [PATCH 1/6] provide in-kernel ioapic
  ` [Qemu-devel] [PATCH 2/6] provide in-kernel apic
    ` [Qemu-devel] [PATCH 3/6] provide apic_set_irq_delivered
      ` [Qemu-devel] [PATCH 4/6] provide in-kernel i8259 chip
        ` [Qemu-devel] [PATCH 5/6] initialize "
          ` [Qemu-devel] [PATCH 6/6] Initialize in-kernel irqchip
            ` [Qemu-devel] "
        ` [Qemu-devel] Re: [PATCH 4/6] provide in-kernel i8259 chip

[Qemu-devel] [PATCH] Move QObjects to their own directory
 2009-10-02 21:12 UTC 

[Qemu-devel] [PATCH 1/3] tcg: add ext{8,16,32}u_i{32,64} TCG ops
 2009-10-02 20:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] tcg/x86_64: add support for ext{8, 16, 32}u_i{32, 64} "
` [Qemu-devel] [PATCH 3/3] tcg/i386: "

[Qemu-devel] [PATCH][SEABIOS] Move qemu config port access functions into separate file
 2009-10-02 19:31 UTC  (8+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] eepro100: Restructure code
 2009-10-02 18:57 UTC 

[Qemu-devel] [PATCH] Reorganize option rom (+linux kernel) loading
 2009-10-02 17:58 UTC  (8+ messages)

[Qemu-devel] [PATCH v2 00/21] cpuid: cleanup, fixes and some enhancements
 2009-10-02 17:44 UTC  (2+ messages)

[Qemu-devel] [PATCH] eepro100: support 16 bit read from SCBCmd (== 2)
 2009-10-02 16:39 UTC 

[Qemu-devel] Commit 99a0949 (using the mailing list)
 2009-10-02 15:53 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH] let management expire vnc password
 2009-10-02 14:49 UTC  (9+ messages)

[Qemu-devel] RFC configurable block formats
 2009-10-02 12:52 UTC  (4+ messages)

[Qemu-devel] [PATCH] linux-user: use realpath for emulation dir paths
 2009-10-02 12:25 UTC 

[Qemu-devel] [PATCH] linux-user: don't zero a buffer twice
 2009-10-02 12:10 UTC 

[Qemu-devel] [PATCH][TRIVIAL] linux-user: fix "#if 0"'d printf()
 2009-10-02 12:06 UTC 

[Qemu-devel] [PATCH] libuser is a generated directory
 2009-10-02  9:13 UTC 

[Qemu-devel] [PATCH] RFC: Add new block driver for the VDI format (aio version)
 2009-10-02  8:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH] Check availability of uuid header / lib

[Qemu-devel] Release plan for 0.12.0
 2009-10-02  7:36 UTC 

[Qemu-devel] [PATCH] block/raw: Add create_options for host_device
 2009-10-02  7:33 UTC  (3+ messages)

[Qemu-devel] Release plan for 0.12.0
 2009-10-02  4:45 UTC  (2+ messages)

[Qemu-devel] Release plan for 0.12.0
 2009-10-02  4:37 UTC  (2+ messages)

[Qemu-devel] Re: [PATCH][SEABIOS] Move qemu config port access functions into separate file
 2009-10-02  1:08 UTC  (11+ messages)


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