messages from 2009-10-01 11:59:21 to 2009-10-03 00:32:39 UTC [more...]
[Qemu-devel] Release plan for 0.12.0
2009-10-03 0:32 UTC (33+ messages)
[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] Questions on audio_atexit(), possibly bugs
2009-10-02 21:26 UTC (11+ messages)
[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 00/25] pci: various pci clean up and pci express support. V3
2009-10-02 20:16 UTC (26+ 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] [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] [PATCH] x86: Fix exceptions for fxsave/fxrstor
2009-10-02 20:28 UTC
[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 00/25] pci: various pci clean up and pci express support. V2
2009-10-02 19:30 UTC (29+ 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] [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] [PATCH] eepro100: Restructure code
2009-10-02 18:57 UTC
[Qemu-devel] [PATCH v1 00/14]: Initial QObject conversion
2009-10-02 18:32 UTC (23+ messages)
` [Qemu-devel] [PATCH 01/14] QObject: Accept NULL
` [Qemu-devel] [PATCH 02/14] Introduce monitor-error module
` [Qemu-devel] [PATCH 03/14] monitor: Add new members to mon_cmd_t
` [Qemu-devel] [PATCH 04/14] monitor: Handle new and old style handlers
` [Qemu-devel] [PATCH 05/14] monitor: Initial MonitorError usage
` [Qemu-devel] [PATCH 06/14] monitor: do_info(): handle new and old info handlers
` [Qemu-devel] [PATCH 07/14] monitor: Convert do_quit() do QObject
` [Qemu-devel] [PATCH 08/14] monitor: Convert do_stop() to QObject
` [Qemu-devel] [PATCH 09/14] monitor: Convert do_system_reset() "
` [Qemu-devel] [PATCH 10/14] monitor: Convert do_system_powerdown() "
` [Qemu-devel] [PATCH 11/14] monitor: Convert do_balloon() "
` [Qemu-devel] [PATCH 12/14] monitor: Convert do_info_version() "
` [Qemu-devel] [PATCH 13/14] monitor-error: Add do_info_balloon() errors
` [Qemu-devel] [PATCH 14/14] monitor: Convert do_info_balloon() to QObject
` [Qemu-devel] Re: [PATCH v1 00/14]: Initial QObject conversion
[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 (5+ 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 (6+ messages)
` [Qemu-devel] [PATCH] Check availability of uuid header / lib
` [Qemu-devel] [PATCH] Check availability of uuid header / library
[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)
[Qemu-devel] qemu-img needs "-O host_device" describing
2009-10-01 23:42 UTC (5+ messages)
[Qemu-devel] [PATCH 0/9] pci: pcie host and mmcfg support
2009-10-01 23:41 UTC (15+ messages)
` [Qemu-devel] [PATCH 4/9] pci: use uint64_t for bar addr and size instead of uint32_t
[Qemu-devel] need help debugging kqemu issues
2009-10-01 21:16 UTC
[Qemu-devel] [PATCHv2] hw/omap_dma: add matching {} in if 0
2009-10-01 18:53 UTC (2+ messages)
[Qemu-devel] [PATCH] Win32: Fix vnc support
2009-10-01 18:53 UTC
[Qemu-devel] [PATCH 0/3] qemu-iotests: Variable cluster size
2009-10-01 17:47 UTC (2+ messages)
[Qemu-devel] Re: [PATCH 1/1] qemu-kvm: virtio-net: Re-instate GSO code removed upstream
2009-10-01 17:04 UTC (6+ messages)
[Qemu-devel] [PATCH 00/61] Q35 chip set and stuff
2009-10-01 16:33 UTC (7+ messages)
` [Qemu-devel] [PATCH 57/61] ioapic: add callback when entry is set or ioapic is reset
` [Qemu-devel] [PATCH 61/61] pc_q35: apic mode for pci interrupt routing
[Qemu-devel] [PATCH] Improve error reporting on file access
2009-10-01 16:12 UTC (2+ messages)
[Qemu-devel] [PATCH] Fixes a bug that tries to use the unimplemented function fdatasync on Mac OS X
2009-10-01 16:13 UTC (4+ messages)
[Qemu-devel] virtio-console-bus, multiport, virtio-console-port
2009-10-01 15:18 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/6] char: Emit 'OPENED' events on char device open
[Qemu-devel] [PATCH 00/14] pcbios: support q35 chipset
2009-10-01 14:46 UTC (4+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH] Reorganize option rom (+linux kernel) loading
2009-10-01 14:42 UTC
[Qemu-devel] [PATCH 2/2] hw/omap_dma: add matching {} in if 0
2009-10-01 14:05 UTC (4+ messages)
[Qemu-devel] [PATCH 2/6] qdev: add string property
2009-10-01 12:15 UTC (12+ messages)
` [Qemu-devel] [PATCH 3/6] virtio-console: Add a virtio-console bus, support for multiple ports
[Qemu-devel] [PATCH v2 15/15] pc98vga: add PC-9821 family vga
2009-10-01 11:56 UTC
[Qemu-devel] [PATCH v2 12/15] pc98kbd: add PC-9821 family keyboard
2009-10-01 11:55 UTC
[Qemu-devel] [PATCH v2 10/15] vl: add qemu_cpu_reset_request()
2009-10-01 11:55 UTC
[Qemu-devel] [PATCH v2 13/15] pc98mouse: add PC-9821 family bus mouse
2009-10-01 11:55 UTC
[Qemu-devel] [PATCH v2 14/15] pc98sys: add PC-9821 family system ports
2009-10-01 11:55 UTC
[Qemu-devel] [PATCH v2 11/15] pc98: add PC-9821 family init
2009-10-01 11:55 UTC
[Qemu-devel] [PATCH v2 09/15] i386: add private_features
2009-10-01 11:55 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).