messages from 2009-09-30 10:20:43 to 2009-10-01 04:57:07 UTC [more...]
[Qemu-devel] virtio-console-bus, multiport, virtio-console-port
2009-10-01 4:56 UTC (12+ messages)
` [Qemu-devel] [PATCH 1/6] char: Emit 'OPENED' events on char device open
` [Qemu-devel] [PATCH 2/6] qdev: add string property
` [Qemu-devel] [PATCH 3/6] virtio-console: Add a virtio-console bus, support for multiple ports
[Qemu-devel] [PATCH 0/9] pci: pcie host and mmcfg support
2009-10-01 4:13 UTC (27+ messages)
` [Qemu-devel] [PATCH 1/9] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH 2/9] pci.c: use appropriate PRIs in PCI_DPRINTF()
` [Qemu-devel] [PATCH 3/9] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH 4/9] pci: use uint64_t for bar addr and size instead of uint32_t
` [Qemu-devel] [PATCH 5/9] pci: 64bit bar support
` [Qemu-devel] [PATCH 6/9] pci.c: factor out while(bus) bus->next loop logic into pci_find_bus_from()
` [Qemu-devel] [PATCH 7/9] pci: factor out the logic to get pci device from address
` [Qemu-devel] [PATCH 8/9] pci_host.h: split non-inline static function in pci_host.h into pci_host_c.h
[Qemu-devel] Release plan for 0.12.0
2009-10-01 1:55 UTC (22+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCHv2] qemu: target library, use it in msix
2009-10-01 1:25 UTC (26+ messages)
` [Qemu-devel] "
` [Qemu-devel] CODING_STYLE (was Re: [PATCHv2] qemu: target library, use it in msix)
` [Qemu-devel] "
` [Qemu-devel] Re: CODING_STYLE
[Qemu-devel] Questions on audio_atexit(), possibly bugs
2009-09-30 23:28 UTC (5+ messages)
[Qemu-devel] RFC configurable block formats
2009-09-30 23:27 UTC (2+ messages)
[Qemu-devel] qemu-img needs "-O host_device" describing
2009-09-30 21:27 UTC
[Qemu-devel] [PATCH 00/49] VMState: Fix design faults, i2c port, x86 cpu port,
2009-09-30 21:19 UTC (19+ messages)
` [Qemu-devel] [PATCH 27/49] ac97: add active to the state
` [Qemu-devel] "
[Qemu-devel] [PATCH] let management expire vnc password
2009-09-30 21:03 UTC (6+ messages)
[Qemu-devel] [PATCH 00/61] Q35 chip set and stuff
2009-09-30 20:53 UTC (51+ messages)
` [Qemu-devel] [PATCH 08/61] pc: make an unnecessary global variable, pit, local
` [Qemu-devel] [PATCH 10/61] pc: remove a global variable, RTCState *rtc_state
` [Qemu-devel] [PATCH 12/61] pc: make pc_init1() not refer ferr_irq directly
` [Qemu-devel] [PATCH 13/61] pc: split out cpu initialization from pc_init1() into pc_cpus_init()
` [Qemu-devel] [PATCH 16/61] pc: split out basic device init from pc_init1() into pc_basic_device_init()
` [Qemu-devel] [PATCH 18/61] pc: split out piix specific part from pc.c into pc_piix.c
` [Qemu-devel] [PATCH 22/61] pci: use appropriate PRIs in PCI_DPRINTF()
` [Qemu-devel] "
` [Qemu-devel] [PATCH 23/61] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH 24/61] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH 25/61] pci: use uint64_t for bar addr and size instead of uint32_t
` [Qemu-devel] [PATCH 29/61] pci: factor out the logic to get pci device from address
` [Qemu-devel] [PATCH 30/61] pci_host.h: split non-inline static function in pci_host.h into pci_host_c.h
` [Qemu-devel] [PATCH 32/61] pci: helper functions to access PCIDevice::config
` [Qemu-devel] "
` [Qemu-devel] [PATCH 33/61] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1
` [Qemu-devel] [PATCH 34/61] pci: introduce pci_swizzle_map_irq_fn() for interrupt pin swizzle
` [Qemu-devel] [PATCH 35/61] piix_pci: use pci_swizzle_map_irq_fn()
` [Qemu-devel] [PATCH 36/61] pci: use QLIST_ macro instead of direct list manipulation
` [Qemu-devel] "
` [Qemu-devel] [PATCH 37/61] pci: add helper function for pci config write function to check address
` [Qemu-devel] "
` [Qemu-devel] [PATCH 38/61] pci: fix pci_default_write_config()
` [Qemu-devel] "
` [Qemu-devel] [PATCH 39/61] pci: factor out config update logic
` [Qemu-devel] [PATCH 40/61] pci: use qdev to get parent bus with PCIBus
` [Qemu-devel] [PATCH 41/61] pci: make bar update function aware of pci bridge
` [Qemu-devel] [PATCH 42/61] pci/brdige: qdevfy and initialize secondary bus and subordinate bus
` [Qemu-devel] [PATCH 43/61] pci: add helper function to initialize wmask
` [Qemu-devel] [PATCH 44/61] pci: initialize wmask according to pci header type
` [Qemu-devel] [PATCH 45/61] pci/monitor: print out bridge's filtering values and so on
` [Qemu-devel] [PATCH 46/61] pci/bridge: implement intel 82801ba bridge
` [Qemu-devel] [PATCH 47/61] pci.h: add more status constats
` [Qemu-devel] [PATCH 48/61] pci id: add subclass codes for serial device
` [Qemu-devel] [PATCH 51/61] vmstate: add a macro for pointer to struct, VMSTATE_STRUCT_POINTER
` [Qemu-devel] [PATCH 52/61] pci: add a hook to replace default pci bus instead of 0 bus
` [Qemu-devel] [PATCH 53/61] pc q35 based chipset emulator
` [Qemu-devel] [PATCH 54/61] pci: add opaque argument to pci_map_irq_fn()
` [Qemu-devel] [PATCH 55/61] ioapic: make ioapic_set_irq() static
` [Qemu-devel] [PATCH 56/61] ioapic: clean up of #ifdef DEBUG_IOAPIC
` [Qemu-devel] [PATCH 57/61] ioapic: add callback when entry is set or ioapic is reset
` [Qemu-devel] [PATCH 58/61] ioapic: make the number of pins configurable
` [Qemu-devel] [PATCH 60/61] pci: add opaque arg to pci_map_irq_fn
` [Qemu-devel] Re: [PATCH 00/61] Q35 chip set and stuff
[Qemu-devel] [PATCH 01/13] vvfat: fix coding style nit
2009-09-30 20:14 UTC (15+ messages)
` [Qemu-devel] [PATCH 02/13] elfload: "
` [Qemu-devel] [PATCH 03/13] gdbstub: "
` [Qemu-devel] [PATCH 04/13] escc: "
` [Qemu-devel] [PATCH 05/13] omap_dma: fix unbalanced { in commented out code
` [Qemu-devel] [PATCH 06/13] twl92230: fix old style increment/decrement usage
` [Qemu-devel] [PATCH 07/13] linux-user: fix old style decrement usage
` [Qemu-devel] [PATCH 08/13] target-mips: unmatched brackets in if 0
` [Qemu-devel] [PATCH 09/13] tests: "
` [Qemu-devel] "
` [Qemu-devel] [PATCH 10/13] linux-user: fix coding style nit
` [Qemu-devel] [PATCH 11/13] net: "
` [Qemu-devel] [PATCH 12/13] slirp: fix unmatched bracket in if 0
` [Qemu-devel] [PATCH 13/13] escc: fix another coding style nit
[Qemu-devel] [PATCH 0/2] Resend: fixes for io-thread
2009-09-30 20:02 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/2] unlock iothread mutex before running kvm ioctl
[Qemu-devel] [PATCH 0/6] in kernel irqchip support
2009-09-30 20:01 UTC (2+ messages)
[Qemu-devel] [PATCH] Reorganize option rom (+linux kernel) loading
2009-09-30 19:51 UTC (3+ messages)
` [Qemu-devel] "
[Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts
2009-09-30 19:41 UTC (5+ messages)
` [Qemu-devel] [PATCH 16/24] Port -net tap "
[Qemu-devel] [PATCH] fixed bug in SVM_EXIT_MSR handlers MSR bitmap lookup for low order MSRs
2009-09-30 19:19 UTC (2+ messages)
[Qemu-devel] [PATCH] Fixes a bug that tries to use the unimplemented function fdatasync on Mac OS X
2009-09-30 19:16 UTC (2+ messages)
[Qemu-devel] Re: [PATCH 1/1] qemu-kvm: virtio-net: Re-instate GSO code removed upstream
2009-09-30 19:15 UTC (4+ messages)
[Qemu-devel] [PATCH 0/4] SCSI-hotdel: Implement removal of SCSI hard disks
2009-09-30 19:04 UTC (7+ messages)
` [Qemu-devel] [PATCH 1/4] SCSI-hotdel: Add detach method to LSI SCSI driver
` [Qemu-devel] [PATCH 2/4] SCSI-hotdel: Factor out IF argument parsing
` [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del
[Qemu-devel] Re: [PATCH] qemu: make virtio-blk PCI compliant by default
2009-09-30 18:04 UTC (8+ messages)
` [Qemu-devel] Re: [PATCH 0/2] fix virtio_blk serial pci config breakage
[Qemu-devel] [PATCH 00/13] coding style nits
2009-09-30 17:43 UTC
[Qemu-devel] [PATCH][SEABIOS] Move qemu config port access functions into separate file
2009-09-30 17:31 UTC (12+ messages)
` [Qemu-devel] "
[Qemu-devel] [RfC PATCH 0/3] qdev-ify network cards
2009-09-30 17:19 UTC (4+ messages)
` [Qemu-devel] [RfC PATCH 1/3] net: macaddr tweaks
` [Qemu-devel] "
[Qemu-devel] [PATCH 00/14] pcbios: support q35 chipset
2009-09-30 16:14 UTC (17+ messages)
` [Qemu-devel] [PATCH 01/14] pcbios: add generated files to dot gitignore
` [Qemu-devel] [PATCH 02/14] pcbios: fix makesym.perl
` [Qemu-devel] [PATCH 03/14] pcbios: remove iasl output file when error
` [Qemu-devel] [PATCH 04/14] pcbios: make set_e820_range() full 64bit aware
` [Qemu-devel] [PATCH 05/14] pcbios: rombios32: make pci memory space assignment "
` [Qemu-devel] [PATCH 06/14] pcbios: rombios32: make pci space assigner preferchable memory aware
` [Qemu-devel] [PATCH 07/14] pcbios: enable debug output for debug
` [Qemu-devel] [PATCH 08/14] pcibos: initialize q35 chipset
` [Qemu-devel] [PATCH 09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef
` [Qemu-devel] [PATCH 10/14] pcibos: add mcfg entry to ACPI table for q35 pcie
` [Qemu-devel] [PATCH 11/14] pcbios: reserve mcfg area by e820 for linux to use mcfg
` [Qemu-devel] [PATCH 12/14] pcbios: make pci bar initialization to be aware of preferchable memory
` [Qemu-devel] [PATCH 13/14] pcbios: change acpi dsdt for q35 chipset
` [Qemu-devel] [PATCH 14/14] pcibos/acpi dsdt: APIC mode support "
` [Qemu-devel] Re: [PATCH 00/14] pcbios: support "
[Qemu-devel] [PATCH] Option to continue after migration
2009-09-30 13:46 UTC (2+ messages)
[Qemu-devel] [PATCH 2/3] Don't exit() in config_error()
2009-09-30 13:27 UTC (4+ messages)
[Qemu-devel] Re: [Qemu-commits] [COMMIT c34ebfd] Bring pcbios, seabios, and vgabios into the tree as git submodules. Right now,
2009-09-30 13:02 UTC (4+ messages)
[Qemu-devel] [PATCH 0/3] Clean up error handling in net.c
2009-09-30 10:29 UTC (2+ messages)
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).