messages from 2009-10-04 09:53:46 to 2009-10-06 19:03:27 UTC [more...]
[Qemu-devel] [PATCH] CODING_STYLE: {} as in linux kernel
2009-10-06 19:01 UTC
[Qemu-devel] [PATCH] eepro100: Add more i825xx devices
2009-10-06 19:03 UTC (6+ messages)
[Qemu-devel] patchwork service
2009-10-06 16:38 UTC (4+ messages)
[Qemu-devel] [PATCH v4 00/23] pci: various pci clean up and pci express support
2009-10-06 14:40 UTC (53+ messages)
` [Qemu-devel] [PATCH 01/23] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH 02/23] pci: use appropriate PRIs in PCI_DPRINTF() for portability
` [Qemu-devel] [PATCH 03/23] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
` [Qemu-devel] [PATCH 04/23] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1
` [Qemu-devel] [PATCH 05/23] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH 06/23] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH 07/23] pci: helper functions to access PCIDevice::config
` [Qemu-devel] [PATCH 08/23] pci: use helper functions to access pci config space
` [Qemu-devel] [PATCH 09/23] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
` [Qemu-devel] [PATCH 10/23] pci: introduce FMT_PCIBUS for printf format for pcibus_t
` [Qemu-devel] "
` [Qemu-devel] [PATCH 11/23] pci: typedef pcibus_t as uint64_t instead of uint32_t
` [Qemu-devel] "
` [Qemu-devel] [PATCH 12/23] pci: 64bit bar support
` [Qemu-devel] "
` [Qemu-devel] [PATCH 13/23] pci: make pci configuration transaction more accurate
` [Qemu-devel] "
` [Qemu-devel] [PATCH 14/23] pci: factor out the logic to get pci device from address
` [Qemu-devel] "
` [Qemu-devel] [PATCH 15/23] pci_host.h: split non-inline static function in pci_host.h into pci_host.c
` [Qemu-devel] "
` [Qemu-devel] [PATCH 16/23] pci: pcie host and mmcfg support
` [Qemu-devel] "
` [Qemu-devel] [PATCH 17/23] pci: fix pci_default_write_config()
` [Qemu-devel] [PATCH 18/23] pci: add helper functions for pci config write function
` [Qemu-devel] [PATCH 19/23] pci: use helper function in pci_default_write_config()
` [Qemu-devel] [PATCH 20/23] pci: make bar update function aware of pci bridge
` [Qemu-devel] "
` [Qemu-devel] [PATCH 21/23] pci/brdige: qdevfy and initialize secondary bus and subordinate bus
` [Qemu-devel] "
` [Qemu-devel] [PATCH 22/23] pci: initialize wmask according to pci header type
` [Qemu-devel] "
` [Qemu-devel] [PATCH 23/23] pci/monitor: print out bridge's filtering values and so on
` [Qemu-devel] "
` [Qemu-devel] Re: [PATCH v4 00/23] pci: various pci clean up and pci express support
[Qemu-devel] [PATCH] i386 target: fix ARPL
2009-10-06 14:29 UTC (4+ messages)
[Qemu-devel] [PATCH] qemu: make virtio-blk PCI compliant by default
2009-10-06 14:23 UTC (29+ messages)
` [Qemu-devel] "
` [Qemu-devel] [PATCH 1/2] fix virtio_blk serial pci config breakage
` [Qemu-devel] [PATCH] fix virtio_blk serial pci config breakage, v2
` [Qemu-devel] "
` [Qemu-devel] Re: [PATCH 0/2] fix virtio_blk serial pci config breakage
[Qemu-devel] [PATCH] Fix infinite loop in i386 cpu_post_load()
2009-10-06 14:16 UTC (2+ messages)
[Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts
2009-10-06 11:17 UTC (31+ messages)
` [Qemu-devel] [PATCH 00/19 v3] "
` [Qemu-devel] [PATCH] Register rtc options for -set
` [Qemu-devel] [PATCH] Use qemu_strdup() for NICInfo string fields
` [Qemu-devel] [PATCH] Don't assign a static string to NICInfo::model
` [Qemu-devel] [PATCH] Make NICInfo string fields non-const
` [Qemu-devel] [PATCH] Move memset() from net_client_uninit() to net_client_init()
` [Qemu-devel] [PATCH] Use qemu_strdup() for VLANClientState string fields
` [Qemu-devel] [PATCH] Make net_client_init() consume slirp_configs even on error
` [Qemu-devel] [PATCH] Don't exit() in config_error()
` [Qemu-devel] [PATCH] Drop config_error(), use qemu_error() instead
` [Qemu-devel] [PATCH] Remove bogus error message from qemu_opts_set()
` [Qemu-devel] [PATCH] Remove double error message in qemu_option_set()
` [Qemu-devel] [PATCH] Remove double error message for -device option parsing
` [Qemu-devel] [PATCH] Make qemu_opts_parse() handle empty strings
` [Qemu-devel] [PATCH] Add qemu_opts_validate() for post parsing validation
` [Qemu-devel] [PATCH] Never overwrite a QemuOpt
` [Qemu-devel] [PATCH] Add qemu_net_opts
` [Qemu-devel] [PATCH] Port -net none and -net nic to QemuOpts
` [Qemu-devel] [PATCH] Port -net user "
` [Qemu-devel] [PATCH] Port -net tap "
` [Qemu-devel] [PATCH] Port -net socket "
` [Qemu-devel] [PATCH] Port -net vde "
` [Qemu-devel] [PATCH] Port -net dump "
` [Qemu-devel] [PATCH] Clean up legacy code in net_client_init()
` [Qemu-devel] [PATCH] Port host_net_add monitor command to QemuOpts
` [Qemu-devel] [PATCH] Port usb net "
` [Qemu-devel] [PATCH] Port PCI NIC hotplug "
` [Qemu-devel] [PATCH] Final net cleanup after conversion "
[Qemu-devel] Re: [Qemu-commits] [COMMIT 3031efa] eepro100: Remove unused device status entries
2009-10-06 11:25 UTC (5+ messages)
[Qemu-devel] [PATCH v3 0/5] Improve PC RTC emulation
2009-10-06 10:59 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 4/5] Refactor RTC command line switches
` [PATCH] Register rtc options for -set (was: [Qemu-devel] [PATCH v3 4/5] Refactor RTC command line switches)
[Qemu-devel] commits not reported to qmu-commits?
2009-10-06 9:53 UTC (12+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 0/9] pci: pcie host and mmcfg support
2009-10-06 9:33 UTC (5+ messages)
` [Qemu-devel] [PATCH 5/9] pci: 64bit bar support
` [Qemu-devel] [PATCH 9/9] [RFC] pci: pcie host and mmcfg support
[Qemu-devel] QUEMU 0.11 on OpenSolaris
2009-10-06 7:30 UTC
[Qemu-devel] [PATCH] qemu/pci: clarify pci config load routine
2009-10-05 22:47 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] OpenBSD build fixes
2009-10-05 21:23 UTC (3+ messages)
[Qemu-devel] [PATCH] qemu/pci: make pci not depend on msix
2009-10-05 21:21 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] Questions regarding using QEMU as a hardware exploration platform
2009-10-05 20:56 UTC (2+ messages)
[Qemu-devel] patches to drop & revert
2009-10-05 20:50 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] what's on qemu tree for pci related fixes
2009-10-05 20:24 UTC (3+ messages)
` [Qemu-devel] "
[Qemu-devel] Q: how to diagnose network problems between host and guest?
2009-10-05 19:39 UTC
[Qemu-devel] [PATCH] x86: fix miss merge
2009-10-05 18:30 UTC
[Qemu-devel] Some comments about recent modifications to target-i386/cpu.h
2009-10-05 16:54 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-devel] QUEMU 0.11 on OpenSolaris
2009-10-05 15:48 UTC (2+ messages)
[Qemu-devel] Release plan for 0.12.0
2009-10-05 14:43 UTC (34+ messages)
` [coreboot] "
[Qemu-devel] [PATCH 0/4] TCG: add some instructions
2009-10-05 13:57 UTC (11+ messages)
` [Qemu-devel] [PATCH 1/4] TCG x86: implement lzcnt emulation
` [Qemu-devel] [PATCH 1/4 v2] "
` [Qemu-devel] "
` [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 13:52 UTC (7+ messages)
[Qemu-devel] [PATCH] Implement the trivial diagnose CU and RU abort commands. These are necessary to make the device work with OpenSolaris 0609 (111b)
2009-10-05 13:24 UTC (2+ messages)
[Qemu-devel] [PATCH 00/25] pci: various pci clean up and pci express support. V2
2009-10-05 13:21 UTC (5+ messages)
[Qemu-devel] [PATCH] eepro100: Remove unused device status entries
2009-10-05 13:20 UTC (3+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH v1 00/14]: Initial QObject conversion
2009-10-05 13:16 UTC (5+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 00/25] pci: various pci clean up and pci express support. V3
2009-10-05 11:04 UTC (35+ messages)
` [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 09/25] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
` [Qemu-devel] "
` [Qemu-devel] [PATCH 12/25] pci: 64bit bar support
` [Qemu-devel] "
` [Qemu-devel] [PATCH 18/25] pci: add helper functions for pci config write function
` [Qemu-devel] "
` [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 25/25] pci/monitor: print out bridge's filtering values and so on
` [Qemu-devel] "
[Qemu-devel] [PATCH 00/61] Q35 chip set and stuff
2009-10-05 10:30 UTC (3+ messages)
` [Qemu-devel] [PATCH 53/61] pc q35 based chipset emulator
` [Qemu-devel] "
[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] [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] Release plan for 0.12.0
2009-10-01 21:23 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).