Patchwork QEMU Development

login
register
mail settings

Incoming patches

« Previous 1 2 ... 529 530 531 532 533 534 535 536 537 ... 597 598 Next »
Filters: Archived = No remove filter
Patch Date Submitter Delegate State
[13/22] net: stellaris_enet: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[12/22] net: smc91c111: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[11/22] net: rtl8139: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[10/22] net: mipsnet: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[09/22] net: mcf_fec: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[08/22] net: lan9118: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[07/22] net: pcnet: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[06/22] net: ne2000: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[05/22] net: eepro100: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[04/22] net: e1000: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[03/22] net: dp8393x: replace qemu_format_nic_info_str by qemu_format_nic_info_dict 2010-04-08 Miguel Di Ciurcio Filho New
[02/22] net: replace qemu_nic_format_info_str and VLANClientState->info_str by QDicts 2010-04-08 Miguel Di Ciurcio Filho New
[01/22] QObject API: add qdict_to_qstring() function 2010-04-08 Miguel Di Ciurcio Filho New
tcp/mips: Change TCG_AREG0 (fp -> s0) 2010-04-08 Stefan Weil New
[RFC] devicetree: Fix buffer overflow on setting device node name 2010-04-08 Grant Likely New
Basic Intel IOMMU DMAR emulation 2010-04-08 Nadav Amit New
[4/4] tcg-hppa: Don't try to calls to non-constant addresses. 2010-04-07 Richard Henderson New
[v4] Shared memory uio_pci driver 2010-04-07 Cam Macdonell New
[v4,3/3] Inter-VM shared memory PCI device 2010-04-07 Cam Macdonell New
[v4,2/3] Support adding a file to qemu's ram allocation 2010-04-07 Cam Macdonell New
[v4,1/3] Device specification for shared memory PCI device 2010-04-07 Cam Macdonell New
[13/13] target-alpha: Implement RPCC. 2010-04-07 Richard Henderson New
[12/13] target-alpha: Fix load-locked/store-conditional. 2010-04-07 Richard Henderson New
[08/10] target-alpha: Fix load-locked/store-conditional. 2010-04-07 Richard Henderson New
[8/8] virtio-console: Throttle virtio-serial-bus if we can't consume any more guest data 2010-04-07 Amit Shah New
[7/8] virtio-console: Factor out common init between console and generic ports 2010-04-07 Amit Shah New
[6/8] char: unix: For files that are nonblocking, report -EAGAIN to calling functions 2010-04-07 Amit Shah New
[5/8] char: Let writers know how much data was written in case of errors 2010-04-07 Amit Shah New
[4/8] virtio-serial: Bus info message for showing port's throttled status 2010-04-07 Amit Shah New
[3/8] virtio-serial: Discard unconsumed data before sending port close event 2010-04-07 Amit Shah New
[2/8] virtio-serial: Unthrottle ports once they're closed 2010-04-07 Amit Shah New
[1/8] virtio-serial: throttling: check for throttled status before sending any data 2010-04-07 Amit Shah New
[11/13] target-alpha: Indicate NORETURN status when raising exception. 2010-04-07 Richard Henderson New
[07/10] target-alpha: Indicate NORETURN status when raising exception. 2010-04-07 Richard Henderson New
[RFC] block: separate raw images from the file protocol 2010-04-07 Christoph Hellwig New
Monitor: Return before exiting with 'quit' 2010-04-07 Luiz Capitulino New
[4/4] QMP: Check "arguments" member's type 2010-04-07 Luiz Capitulino New
[3/4] QError: Improve QERR_QMP_BAD_INPUT_OBJECT desc 2010-04-07 Luiz Capitulino New
[2/4] QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER 2010-04-07 Luiz Capitulino New
[1/4] QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBER 2010-04-07 Luiz Capitulino New
[18/18] tcg/arm: don't try to load constants using pc 2010-04-07 Aurelien Jarno New
[17/18] tcg/arm: optimize register allocation order 2010-04-07 Aurelien Jarno New
[16/18] tcg/arm: fix argument alignment in qemu_st64 2010-04-07 Aurelien Jarno New
[15/18] tcg/arm: remove useless register tests in qemu_ld/st 2010-04-07 Aurelien Jarno New
[14/18] tcg/arm: bswap arguments in qemu_ld/st if needed 2010-04-07 Aurelien Jarno New
[13/18] tcg/arm: use ext* ops in qemu_ld 2010-04-07 Aurelien Jarno New
[12/18] tcg/arm: remove conditional argument for qemu_ld/st 2010-04-07 Aurelien Jarno New
[11/18] tcg/arm: add bswap ops 2010-04-07 Aurelien Jarno New
[10/18] tcg/arm: add ext16u op 2010-04-07 Aurelien Jarno New
[09/18] tcg/arm: add rotation ops 2010-04-07 Aurelien Jarno New
[08/18] tcg/arm: use the blx instruction when possible 2010-04-07 Aurelien Jarno New
[07/18] tcg/arm: sxtb and sxth are available starting with ARMv6 2010-04-07 Aurelien Jarno New
[06/18] tcg/arm: add defines for the allowed instructions set 2010-04-07 Aurelien Jarno New
[05/18] tcg/arm: align 64-bit arguments in function calls 2010-04-07 Aurelien Jarno New
[04/18] tcg/arm: replace integer values by registers enum 2010-04-07 Aurelien Jarno New
[03/18] tcg/arm: remove store signed functions 2010-04-07 Aurelien Jarno New
[02/18] tcg/arm: explicitely list clobbered/reserved regs 2010-04-07 Aurelien Jarno New
[01/18] tcg/arm: remove SAVE_LR code 2010-04-07 Aurelien Jarno New
[05/13] target-alpha: Implement cvtlq inline. 2010-04-07 Richard Henderson New
[03/10] target-alpha: Implement cvtlq inline. 2010-04-07 Richard Henderson New
[3/4] tcg-hppa: Fix in/out register overlap in add2/sub2. 2010-04-07 Richard Henderson New
raw-posix: don't assign bs->read_only 2010-04-07 Christoph Hellwig New
block: reject O_RDWR open for read-only images 2010-04-07 Christoph Hellwig New
[2/4] tcg-hppa: Finish the port. 2010-04-07 Richard Henderson New
virtio-blk: Fix use after release in virtio_blk_handle_rw_error 2010-04-07 Jan Kiszka New
[2/2] eepro100: convert to new capability API 2010-04-07 Michael S. Tsirkin New
[1/2] pci: add API to add capability at a known offset 2010-04-07 Michael S. Tsirkin New
[RFC,7/7] devicetree: Add fdt_populate hook to smc91x device 2010-04-07 Grant Likely New
[RFC,6/7] devicetree: Add fdt_populate hook to pl011 device 2010-04-07 Grant Likely New
[RFC,5/7] devicetree: Add helper to register devices with an fdt_populate hook 2010-04-07 Grant Likely New
[RFC,4/7] devicetree: Add sysbus fdt populate hooks. 2010-04-07 Grant Likely New
[RFC,3/7] devicetree: add helper for determining IRQ properties in the device tree 2010-04-07 Grant Likely New
[RFC,2/7] devicetree: auto-populate the device tree with qdev data 2010-04-07 Grant Likely New
[RFC,1/7] devicetree: Add 8k instead of double dtb size when reserving extra memory 2010-04-07 Grant Likely New
[1/1] QMP test code - qmp.py 2010-04-07 Costas Drogos New
[RFC] vhost-blk implementation (v2) 2010-04-07 Badari Pulavarty New
[3/3] boot: remove unused boot_devices_bitmap variable 2010-04-06 Eduardo Habkost New
[2/3] net: remove broken net_set_boot_mask() boot device validation 2010-04-06 Eduardo Habkost New
[1/3] net: remove NICInfo.bootable field 2010-04-06 Eduardo Habkost New
[resend] fix 100% cpu utilization when cpu is stopped 2010-04-06 Paolo Bonzini New
fix 100% cpu utilization when cpu is stopped (was Re: d6f4ade214a9f74dca9495b83a24ff9c113e4f9a) 2010-04-06 Paolo Bonzini New
[v2] block: split raw_getlength 2010-04-06 Christoph Hellwig New
[v2] cleanup block driver option handling in vl.c 2010-04-06 Christoph Hellwig New
[2/2] block: Fix multiwrite memory leak in error case 2010-04-06 Kevin Wolf New
[1/2] block: Fix error code in multiwrite for immediate failures 2010-04-06 Kevin Wolf New
[3/3] chardev: Document mux option 2010-04-06 Jan Kiszka New
[2/3] monitor: Reorder intialization to drop initial mux focus 2010-04-06 Jan Kiszka New
[1/3] monitor: Cleanup ID assignment for compat switch 2010-04-06 Jan Kiszka New
[6/6] qcow2: Remove request from in-flight list after error 2010-04-06 Kevin Wolf New
[5/6] qcow2: Return 0/-errno in l2_allocate 2010-04-06 Kevin Wolf New
[4/6] qcow2: Return 0/-errno in write_l1_entry 2010-04-06 Kevin Wolf New
[3/6] qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 2010-04-06 Kevin Wolf New
[2/6] qcow2: Return 0/-errno in write_l2_entries 2010-04-06 Kevin Wolf New
[1/6] qcow2: Don't ignore immediate read/write failures 2010-04-06 Kevin Wolf New
[9/9] eepro100: Fix PCI interrupt pin configuration regression 2010-04-06 Stefan Weil New
[8/9] eepro100: Fix mapping of flash memory 2010-04-06 Stefan Weil New
[7/9] eepro100: Set power management capability using pci_reserve_capability 2010-04-06 Stefan Weil New
[6/9] eepro100: Support compilation without EEPROM 2010-04-06 Stefan Weil New
[5/9] eepro100: Set configuration bit for standard TCB 2010-04-06 Stefan Weil New
[4/9] eepro100: Add new device variant i82801 2010-04-06 Stefan Weil New