messages from 2011-07-20 16:24:53 to 2011-07-20 16:53:37 UTC [more...]
[PROPOSED REMOVAL] PV guest superpage mappings
2011-07-20 16:53 UTC (5+ messages)
` "
[PATCH 0/2] CPIN polling mechanism
2011-07-20 16:52 UTC (3+ messages)
` [PATCH 1/2] speedup: add cpin "
` [PATCH 2/2] zte: "
[PATCH 0/7] Fixes to some gcc 4.5.1 bugs
2011-07-20 16:48 UTC (2+ messages)
[PATCH] gdk-pixbuf(-native): Fix build by disabling introspection
2011-07-20 16:47 UTC (2+ messages)
[RFC v4 00/58] Memory API
2011-07-20 16:52 UTC (13+ messages)
` [Qemu-devel] "
[RFC v5 00/86] Memory API
2011-07-20 16:50 UTC (89+ messages)
` [Qemu-devel] [RFC v5 01/86] xen: fix xen-mapcache build on non-Xen capable targets
` "
` [RFC v5 02/86] Hierarchical memory region API
` [RFC v5 03/86] memory: implement dirty tracking
` [Qemu-devel] [RFC v5 04/86] memory: merge adjacent segments of a single memory region
` "
` [RFC v5 05/86] Internal interfaces for memory API
` [RFC v5 06/86] memory: abstract address space operations
` [RFC v5 07/86] memory: rename MemoryRegion::has_ram_addr to ::terminates
` [RFC v5 08/86] memory: late initialization of ram_addr
` [RFC v5 09/86] memory: I/O address space support
` [RFC v5 10/86] memory: add backward compatibility for old portio registration
` [RFC v5 11/86] memory: add backward compatibility for old mmio registration
` [RFC v5 12/86] memory: add ioeventfd support
` [RFC v5 13/86] memory: separate building the final memory map into two steps
` [RFC v5 14/86] exec.c: initialize memory map
` [RFC v5 15/86] ioport: register ranges by byte aligned addresses always
` [RFC v5 16/86] pc: grab system_memory
` [RFC v5 17/86] pc: convert pc_memory_init() to memory API
` [RFC v5 18/86] pc: move global memory map out of pc_init1() and into its callers
` [RFC v5 19/86] pci: pass address space to pci bus when created
` [RFC v5 20/86] pci: add MemoryRegion based BAR management API
` [RFC v5 21/86] sysbus: add MemoryRegion based memory "
` [RFC v5 22/86] usb-ohci: convert to MemoryRegion
` [RFC v5 23/86] pci: add API to get a BAR's mapped address
` [RFC v5 24/86] vmsvga: don't remember pci BAR address in callback any more
` [RFC v5 25/86] vga: convert vga and its derivatives to the memory API
` [RFC v5 26/86] cirrus: simplify mmio BAR access functions
` [RFC v5 27/86] cirrus: simplify bitblt "
` [RFC v5 28/86] cirrus: simplify vga window mmio "
` [RFC v5 29/86] vga: "
` [RFC v5 30/86] cirrus: simplify linear framebuffer "
` [RFC v5 31/86] Integrate I/O memory regions into qemu
` [RFC v5 32/86] exec.c: fix initialization of system I/O memory region
` [RFC v5 33/86] pci: pass I/O address space to new PCI bus
` [RFC v5 34/86] pci: allow I/O BARs to be registered with pci_register_bar_region()
` [RFC v5 35/86] rtl8139: convert to memory API
` [RFC v5 36/86] ac97: "
` [RFC v5 37/86] e1000: "
` [RFC v5 38/86] eepro100: "
` [RFC v5 39/86] es1370: "
` [RFC v5 40/86] ide: "
` [RFC v5 41/86] ivshmem: "
` [RFC v5 42/86] virtio-pci: "
` [RFC v5 43/86] ahci: "
` [RFC v5 44/86] intel-hda: "
` [RFC v5 45/86] lsi53c895a: "
` [RFC v5 46/86] ppc: "
` [RFC v5 47/86] ne2000: "
` [RFC v5 48/86] pcnet: "
` [RFC v5 49/86] i6300esb: "
` [RFC v5 50/86] isa-mmio: concert "
` [RFC v5 51/86] sun4u: convert "
` [RFC v5 52/86] ehci: "
` [RFC v5 53/86] uhci: "
` [RFC v5 54/86] xen-platform: "
` [RFC v5 55/86] msix: "
` [RFC v5 56/86] pci: remove pci_register_bar_simple()
` [RFC v5 57/86] pci: convert pci rom to memory API
` [RFC v5 58/86] pci: remove pci_register_bar()
` [RFC v5 59/86] pci: fold BAR mapping function into its caller
` [RFC v5 60/86] pci: rename pci_register_bar_region() to pci_register_bar()
` [RFC v5 61/86] pci: remove support for pre memory API BARs
` [RFC v5 62/86] Introduce QEMU_NEW()
` [RFC v5 63/86] apb_pci: convert to memory API
` [RFC v5 64/86] apic: "
` [RFC v5 65/86] arm_gic: "
` [RFC v5 66/86] arm_sysctl: "
` [RFC v5 67/86] arm_timer: "
` [RFC v5 68/86] armv7m: "
` [RFC v5 69/86] gt64xxx.c: "
` [RFC v5 70/86] tusb6010: move declarations to new file tusb6010.h
` [RFC v5 71/86] omap_gpmc/nseries/tusb6010: convert to memory API
` [RFC v5 72/86] onenand: "
` [RFC v5 73/86] pcie_host: "
` [RFC v5 74/86] ppc405_uc: "
` [RFC v5 75/86] ppc4xx_sdram: "
` [RFC v5 76/86] stellaris_enet: "
` [RFC v5 77/86] sysbus: add a variant of sysbus_init_mmio_cb with an unmap callback
` [RFC v5 78/86] sh_pci: convert to memory API
` [RFC v5 79/86] arm11mpcore: use sysbus_init_mmio_cb2
` [RFC v5 80/86] versatile_pci: convert to memory API
` [RFC v5 81/86] ppce500_pci: convert to sysbus_init_mmio_cb2()
` [RFC v5 82/86] sysbus: remove sysbus_init_mmio_cb()
` [RFC v5 83/86] isa: add isa_address_space()
` [RFC v5 84/86] pci: add pci_address_space()
` [RFC v5 85/86] vga: drop get_system_memory() from vga devices and derivatives
` [RFC v5 86/86] 440fx: fix PAM, PCI holes
[PATCH 0/2] Character literal parsing
2011-07-20 16:50 UTC (4+ messages)
` [PATCH 1/2] Add character literal parsing in bytestrings
new metadata reader/writer locks in integration-test
2011-07-20 16:49 UTC (3+ messages)
[PATCH v4 00/10] ARM: mxs: add audio support
2011-07-20 16:49 UTC (9+ messages)
` [PATCH v4 01/10] ASoc: mxs: add mxs-pcm driver
` [alsa-devel] "
` [PATCH v4 02/10] ASoc: mxs: add mxs-saif driver
` [alsa-devel] "
LVM2/daemons/lvmetad lvmetad-core.c
2011-07-20 16:49 UTC
[PATCH net-next]vhost: fix condition check for # of outstanding dma buffers
2011-07-20 16:49 UTC (7+ messages)
libiconv checksum wrong
2011-07-20 16:44 UTC (6+ messages)
[PATCH] davinci: fix DM365 EVM video input mux bits
2011-07-20 16:48 UTC (7+ messages)
LVM2/daemons/lvmetad lvmetad-core.c
2011-07-20 16:46 UTC
[Qemu-devel] [PATCH 0/6] Xen patch queue 2011-07-20
2011-07-20 16:45 UTC (4+ messages)
` [Qemu-devel] [PATCH 2/6] xen: add mapcache stubs
[PATCH SCSI] sr: check_events() ignore GET_EVENT when TUR says
2011-07-20 16:45 UTC (7+ messages)
` [PATCH SCSI] sr: check_events() ignore GET_EVENT when TUR says otherwise
[Qemu-devel] [PATCH] pci: Length-align config space accesses
2011-07-20 16:45 UTC (8+ messages)
[PATCH 0/1] ptrace: fix ptrace_signal() && STOP_DEQUEUED interaction
2011-07-20 16:44 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH] mmc: print debug messages for runtime PM actions
2011-07-20 16:44 UTC (4+ messages)
[regression] 3.0-rc boot failure -- bisected to cd4ea6ae3982
2011-07-20 16:42 UTC (19+ messages)
[PATCHv2] Make filter-branch work with many branches
2011-07-20 16:42 UTC (2+ messages)
[Qemu-devel] [PATCH 00/55] Block layer cleanup & fixes
2011-07-20 16:24 UTC (42+ messages)
` [Qemu-devel] [PATCH 02/55] block: Reset device model callbacks on detach
` [Qemu-devel] [PATCH 03/55] block: Attach non-qdev devices as well
` [Qemu-devel] [PATCH 07/55] block: Make BlockDriver method bdrv_set_locked() return void
` [Qemu-devel] [PATCH 10/55] ide: Update command code definitions as per ACS-2 Table B.2
` [Qemu-devel] [PATCH 11/55] ide: Clean up case label indentation in ide_exec_cmd()
` [Qemu-devel] [PATCH 14/55] ide: Reject ATA commands specific to drive kinds
` [Qemu-devel] [PATCH 17/55] ide/atapi: Switch from BlockDriverState's tray_open to own
` [Qemu-devel] [PATCH 18/55] scsi-disk: Reject CD-specific SCSI commands to disks
` [Qemu-devel] [PATCH 19/55] scsi-disk: Factor out scsi_disk_emulate_start_stop()
` [Qemu-devel] [PATCH 20/55] scsi-disk: Track tray open/close state
` [Qemu-devel] [PATCH 22/55] block: Drop tray status tracking, no longer used
` [Qemu-devel] [PATCH 23/55] block: Show whether the guest ejected the medium in info block
` [Qemu-devel] [PATCH 24/55] ide/atapi: Track tray locked state
` [Qemu-devel] [PATCH 25/55] ide/atapi: Switch from BlockDriverState's locked to own tray_locked
` [Qemu-devel] [PATCH 26/55] scsi-disk: Track tray locked state
` [Qemu-devel] [PATCH 28/55] block: Leave enforcing tray lock to device models
` [Qemu-devel] [PATCH 29/55] block: Drop medium lock tracking, ask device models instead
` [Qemu-devel] [PATCH 30/55] block: Rename bdrv_set_locked() to bdrv_lock_medium()
` [Qemu-devel] [PATCH 31/55] ide: Provide IDEDeviceInfo method exit()
` [Qemu-devel] [PATCH 33/55] ide/atapi: Avoid physical/virtual tray state mismatch
` [Qemu-devel] [PATCH 34/55] scsi-disk: Fix START_STOP to fail when it can't eject
` [Qemu-devel] [PATCH 35/55] scsi-disk: Avoid physical/virtual tray state mismatch
` [Qemu-devel] [PATCH 36/55] ide: Give vmstate structs internal linkage where possible
` [Qemu-devel] [PATCH 37/55] ide/atapi: Preserve tray state on migration
` [Qemu-devel] [PATCH 38/55] scsi-disk: "
` [Qemu-devel] [PATCH 40/55] block: Leave tracking media change to device models
` [Qemu-devel] [PATCH 41/55] fdc: Make media change detection more robust
` [Qemu-devel] [PATCH 42/55] block: Clean up bdrv_flush_all()
` [Qemu-devel] [PATCH 43/55] savevm: Include writable devices with removable media
` [Qemu-devel] [PATCH 44/55] spitz tosa: Simplify "drive is suitable for microdrive" test
` [Qemu-devel] [PATCH 45/55] block: Clean up remaining users of "removable"
` [Qemu-devel] [PATCH 46/55] block: Drop BlockDriverState member removable
` [Qemu-devel] [PATCH 47/55] block: Move BlockConf & friends from block_int.h to block.h
` [Qemu-devel] [PATCH 48/55] hw: Trim superfluous #include "block_int.h"
` [Qemu-devel] [PATCH 49/55] block: Declare qemu_blockalign() in block.h, not block_int.h
` [Qemu-devel] [PATCH 50/55] block: New bdrv_set_buffer_alignment()
` [Qemu-devel] [PATCH 51/55] block: Reset buffer alignment on detach
` [Qemu-devel] [PATCH 52/55] block: Move BlockDriverAIOCB & friends from block_int.h to block.h
` [Qemu-devel] [PATCH 53/55] nbd: Clean up use of block_int.h
` [Qemu-devel] [PATCH 54/55] block: New change_media_cb() parameter load
` [Qemu-devel] [PATCH 55/55] ide/atapi scsi-disk: Make monitor eject -f, then change work
[PATCH v5 1/7] btrfs: add an extra wait mode to read_extent_buffer_pages
2011-07-20 16:42 UTC (2+ messages)
` [PATCH v6] "
[PATCH] Add endianess macros used by previous endian-ness_handling.patch
2011-07-20 16:41 UTC (4+ messages)
[Qemu-devel] [PATCH] xen: fix xen-mapcache build on non-Xen capable targets
2011-07-20 16:40 UTC (4+ messages)
[PATCH RESEND] scsi: don't use execute_in_process_context()
2011-07-20 16:40 UTC (3+ messages)
[PATCH v2] mmc: enable runtime PM by default
2011-07-20 16:39 UTC
Raid5 boot failure after grow
2011-07-20 16:39 UTC (3+ messages)
[PATCH] rtlwifi: Convert printks to pr_<level>
2011-07-20 16:38 UTC (2+ messages)
sch_generic warn_on (timed out)
2011-07-20 16:38 UTC (2+ messages)
linux-next: Tree for July 20
2011-07-20 16:38 UTC (3+ messages)
` linux-next: Tree for July 20 (acpi/apei/ghes)
[Qemu-devel] l'hébergeur web le moin cher en Tunisie
2011-07-19 7:51 UTC
[PATCH] pktgen: Clone skb to avoid corruption of skbs in ndo_start_xmit methods
2011-07-20 16:37 UTC (14+ messages)
IPv6: autoconfiguration and suspend/resume or link down/up
2011-07-20 16:36 UTC (5+ messages)
Nested VMX - L1 hangs on running L2
2011-07-20 16:35 UTC (6+ messages)
[PATCH] ARM: S3C64XX: Configure backup battery charger on Cragganmore
2011-07-20 16:35 UTC (2+ messages)
[Qemu-devel] [PATCH] do not call monitor_resume() from migrate_fd_put_buffer() error path
2011-07-20 16:34 UTC (3+ messages)
[PATCH] mm-slab: allocate kmem_cache with __GFP_REPEAT
2011-07-20 16:31 UTC (12+ messages)
[PATCH 1/3] wireless: rtlwifi: throw away MAC_FMT and use %pM instead
2011-07-20 16:31 UTC (4+ messages)
[Xenomai-core] [RFC] Waitqueue-free gatekeeper wakeup
2011-07-20 16:28 UTC (2+ messages)
device mapper not finding all devices
2011-07-20 16:27 UTC (4+ messages)
[PATCH 1/2] ASoC: Acknowledge WM8996 interrupts before acting on them
2011-07-20 16:26 UTC (2+ messages)
[PATCH v2 1/2] ASoC: davinci: fix codec start and stop functions
2011-07-20 16:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.