qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-08 19:01:00 to 2009-10-12 07:22:14 UTC [more...]

[Qemu-devel] [PATCH 1/5] Generate mptable unconditionally
 2009-10-12  7:22 UTC  (11+ messages)
` [Qemu-devel] [PATCH 2/5] Enable power button event generation
` [Qemu-devel] [PATCH 3/5] Use the correct mask to size the PCI option ROM BAR
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 4/5] Make MMIO address page aligned in guest
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 5/5] Set the PCI base address to 0xf0000000

[Qemu-devel] Add a qemu interface for sharing memory between guests
 2009-10-12  6:53 UTC 

[Qemu-devel] [RFC] tcg/interpreter: Add TCG + interpreter for bytecode (virtual machine)
 2009-10-12  6:46 UTC  (9+ messages)
` [Qemu-devel] [PATCH] tcg, tci: Add TCG and "

[Qemu-devel] Re: Hot-adding disk on VM
 2009-10-12  2:25 UTC 

[Qemu-devel] Does qemu-system-ppc still work for anybody in 0.11.0?
 2009-10-11 23:48 UTC  (6+ messages)

[Qemu-devel] [diff] BSD support (NetBSD, FreeBSD, Dragonfly)
 2009-10-11 23:31 UTC  (2+ messages)

[Qemu-devel] playing with qemu usermode emulation on FreeBSD
 2009-10-11 22:18 UTC  (2+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 2/3] qemu: make cirrus init value pci spec compliant
 2009-10-11 20:41 UTC  (36+ messages)
  ` [Qemu-devel] "

[Qemu-devel] [PATCH v0 00/10]: More QObject conversions
 2009-10-11 14:48 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/10] Introduce qmisc module
` [Qemu-devel] [PATCH 02/10] monitor: Convert do_memory_save() to QObject
` [Qemu-devel] [PATCH 03/10] monitor: Convert do_physical_memory_save() "
` [Qemu-devel] [PATCH 04/10] monitor: Convert do_migrate() "
` [Qemu-devel] [PATCH 05/10] monitor: Convert do_migrate_set_speed() "
` [Qemu-devel] [PATCH 06/10] monitor: Convert do_migrate_cancel() "
` [Qemu-devel] [PATCH 07/10] monitor: Convert do_info_migrate() "
` [Qemu-devel] [PATCH 08/10] monitor: Convert bdrv_info() "
` [Qemu-devel] [PATCH 09/10] monitor: Convert pci_device_hot_add() "
` [Qemu-devel] [PATCH 10/10] monitor: Convert do_pci_device_hot_remove() "

[Qemu-devel] [PATCH 1/2] multiboot: Fix cmdline of modules
 2009-10-11 13:48 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] multiboot: Limit number of multiboot modules

[Qemu-devel] [PATCH V5 00/29] pci: various pci clean up and pci express support
 2009-10-11 10:43 UTC  (51+ messages)
` [Qemu-devel] [PATCH V5 01/29] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH V5 02/29] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
` [Qemu-devel] [PATCH V5 03/29] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH V5 04/29] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH V5 05/29] pci: helper functions to access PCIDevice::config
` [Qemu-devel] [PATCH V5 06/29] pci: use helper functions to access pci config space
` [Qemu-devel] [PATCH V5 07/29] pci/bridge: clean up of pci_bridge_initfn()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 08/29] pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 09/29] pci: clean up of pci_default_read_config
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 10/29] pci: make pci_bar() aware of header type 1
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 11/29] pci_host.h: move functions in pci_host.h into .c file
` [Qemu-devel] [PATCH V5 12/29] pci_host: consolidate pci config address access
` [Qemu-devel] [PATCH V5 13/29] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
` [Qemu-devel] [PATCH V5 14/29] pci: introduce FMT_PCIBUS for printf format for pcibus_t
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 15/29] pci: typedef pcibus_t as uint64_t instead of uint32_t
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 16/29] pci: 64bit bar support
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 17/29] pci: make pci configuration transaction more accurate
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 18/29] pci: factor out the conversion logic from io port address into pci device
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 19/29] pci: split out ioport address parsing from pci configuration access logic
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 20/29] pci: move pci host stuff from pci.c to pci_host.c
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 21/29] pci_host: change the signature of pci_data_{read, write}
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 22/29] vmstate: add VMSTATE_ARRAY_POINTER for pointer to array
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 23/29] pci: pcie host and mmcfg support
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 24/29] pci: fix pci_default_write_config()
` [Qemu-devel] [PATCH V5 25/29] pci: add helper functions for pci config write function
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 26/29] pci: use helper function in pci_default_write_config()
` [Qemu-devel] [PATCH V5 27/29] pci/bridge: don't update bar mapping when bar2-5 is changed
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 28/29] pci: initialize pci config headers depending it pci header type
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 29/29] pci/monitor: print out bridge's filtering values and so on
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] Fix bswap in comment
 2009-10-11 10:44 UTC 

[Qemu-devel] [PATCH v2] Add in-kernel irqchip
 2009-10-11  9:10 UTC  (28+ messages)
` [Qemu-devel] [PATCH v2 1/9] add base-addr field to io apic state
  ` [Qemu-devel] [PATCH v2 2/9] Save missing fields in VMState
    ` [Qemu-devel] [PATCH v2 3/9] provide in-kernel ioapic
      ` [Qemu-devel] [PATCH v2 4/9] provide in-kernel apic
        ` [Qemu-devel] "
      ` [Qemu-devel] Re: [PATCH v2 3/9] provide in-kernel ioapic

[Qemu-devel] Re: eepro100.c
 2009-10-11  6:21 UTC 

[Qemu-devel] Configure and dependency files
 2009-10-11  4:52 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/23] pci: various pci clean up and pci express support
 2009-10-10 20:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 20/23] pci: make bar update function aware of pci bridge
  ` [Qemu-devel] "

[Qemu-devel] [PATCH 00/16] Add a -netdev option
 2009-10-10 19:26 UTC  (11+ messages)
` [Qemu-devel] [PATCH 02/16] hotplug: safely iterate bus's sibling list while removing a device
` [Qemu-devel] [PATCH 16/16] net: add queue for peer-to-peer packet forwarding

[Qemu-devel] QemuOpts eventually breaks net/tap parsing if more than one VLAN/NIC
 2009-10-10 19:04 UTC 

[Qemu-devel] Windows host broken
 2009-10-10 15:03 UTC  (4+ messages)
` [Qemu-devel] Bochs BIOS writes incorrect value into MTRR MSR

[Qemu-devel] [PATCH] Provide __rel_iplt_{start,end}
 2009-10-10 11:40 UTC 

[Qemu-devel] Re: [PATCH] eepro100: Remove unused device status entries
 2009-10-09 17:49 UTC  (5+ messages)
` [Qemu-devel] "

[Qemu-devel] dynamic scsi disk attach seems to be broken in qemu(-kvm)-0.11, libvirt-0.7.1
 2009-10-09 15:38 UTC  (5+ messages)
` [Qemu-devel] Re: [libvirt] "

[Qemu-devel] [PATCH 00/21] Bring seabios and qemu pcbios closer together
 2009-10-09 13:44 UTC  (10+ messages)
` [Qemu-devel] [PATCH 10/21] Advertise pci irqs as active high in DSDT
` [Qemu-devel] [PATCH 20/21] Move qemu cfg init before smp init
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables
  ` [Qemu-devel] "

[Qemu-devel] [PATCH] qemu: work around for "posix-aio-compat"
 2009-10-09 13:16 UTC  (11+ messages)
` [Qemu-devel] "
          ` [Qemu-devel] Emulated network cards

[Qemu-devel] [PATCH] Revert "posix-aio-compat: avoid signal race when spawning a thread"
 2009-10-09 13:13 UTC  (17+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH 0/3] Man page improvements
 2009-10-09  8:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] Documentation: Highlight placeholders in suboptions
` [Qemu-devel] [PATCH 2/3] Documentation: Add missing tags to placeholders
` [Qemu-devel] [PATCH 3/3] Documentation: Move msmouse description to an appropriate place

[Qemu-devel] [PATCH v5 00/31] Compile only devices that are used
 2009-10-09  7:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH 02/31] Move generation of config-host.h to Makefile from configure
  ` [Qemu-devel] "

[Qemu-devel] [PATCHv2] seabios: enable io/memory unconditionally
 2009-10-09  6:48 UTC  (4+ messages)

[Qemu-devel] How do I disable -curses mode?
 2009-10-09  5:15 UTC  (2+ 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).