| [06/13] bochs: Fix bdrv_open() error handling |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [07/13] cloop: Fix bdrv_open() error handling |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [08/13] vpc: Fix bdrv_open() error handling |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [09/13] dmg: Fix bdrv_open() error handling |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [10/13] dmg: Use g_free instead of free |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [11/13] parallels: Fix bdrv_open() error handling |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [12/13] vmdk: Allow space in file name |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [13/13] block/raw-posix: Build fix for O_ASYNC |
2013-02-01 |
Stefan Hajnoczi |
|
New |
| [RFC] Add timestamp to error message |
2013-02-01 |
Seiji Aguchi |
|
New |
| [for,1.5] virtio: make virtio device's structures public. |
2013-02-01 |
fred.konrad@greensocs.com |
|
New |
| [1/7] remove some trailing whitespace |
2013-02-01 |
Laszlo Ersek |
|
New |
| [2/7] do_device_add(): look up "device" opts list with qemu_find_opts_err() |
2013-02-01 |
Laszlo Ersek |
|
New |
| [3/7] qdev_prop_parse(): report errors via Error |
2013-02-01 |
Laszlo Ersek |
|
New |
| [4/7] qbus_find_recursive(): reorganize |
2013-02-01 |
Laszlo Ersek |
|
New |
| [5/7] qbus_find_recursive(): terminate search by name in case of fatal error |
2013-02-01 |
Laszlo Ersek |
|
New |
| [6/7] qbus_find(): report errors via Error |
2013-02-01 |
Laszlo Ersek |
|
New |
| [7/7] qdev_device_add(): report errors with Error |
2013-02-01 |
Laszlo Ersek |
|
New |
| xen: fix build problem introduced from per-queue peers |
2013-02-01 |
Anthony Liguori |
|
New |
| [1/7] block/vpc: Fix most coding style warnings and errors |
2013-02-01 |
Stefan Weil |
|
Under Review |
| [2/7] block/vpc: Add link to available VHD documentation |
2013-02-01 |
Stefan Weil |
|
Under Review |
| [3/7] block/vpc: Replace HEADER_SIZE by FOOTER_SIZE |
2013-02-01 |
Stefan Weil |
|
New |
| [4/7] block/vpc: Improve vpc_open (optimisation and error handling) |
2013-02-01 |
Stefan Weil |
|
Under Review |
| [5/7] block/vpc: Fix size calculation |
2013-02-01 |
Stefan Weil |
|
Under Review |
| [6/7] block/vpc: Remove workaround for geometry calculation |
2013-02-01 |
Stefan Weil |
|
Under Review |
| [7/7] block/vpc: Use macros for magic constants |
2013-02-01 |
Stefan Weil |
|
New |
| [v3] bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl |
2013-02-01 |
Paolo Bonzini |
|
New |
| [v2] bswap: Fix width of swap in leul_to_cpu |
2013-02-01 |
Richard Henderson |
|
New |
| configure: Fix build with XFree |
2013-02-01 |
Richard Henderson |
|
New |
| How many msi-x vectors should be allocated for the virtio-serial device? |
2013-02-01 |
Paolo Bonzini |
|
New |
| libvirt fails to start guest with latest code checkins |
2013-02-02 |
Laszlo Ersek |
|
New |
| Update version for 1.4.0-rc0 |
2013-02-02 |
Anthony Liguori |
|
New |
| [1/2] tap: unbreak -netdev tap,fd=X |
2013-02-02 |
Anthony Liguori |
|
New |
| [qom-cpu-next,v3,1/4] target-i386: Move cpu_x86_init() |
2013-02-02 |
Andreas Färber |
|
New |
| [qom-cpu-next,v3,2/4] target-i386: Split command line parsing out of cpu_x86_register() |
2013-02-02 |
Andreas Färber |
|
New |
| [qom-cpu-next,v3,3/4] target-i386: Slim conversion to X86CPU subclasses |
2013-02-02 |
Andreas Färber |
|
New |
| [qom-cpu-next,v3,4/4] Remove cpudef_setup() hooks |
2013-02-02 |
Andreas Färber |
|
New |
| configure: Create link to icon bitmap for out-of-tree builds |
2013-02-02 |
Jan Kiszka |
|
New |
| [for-1.4?,qom-cpu-next,1/9] target-s390x: Drop unused cpu_s390x_close() prototype |
2013-02-02 |
Andreas Färber |
|
New |
| [for-1.4?,qom-cpu-next,2/9] target-lm32: Drop unused cpu_lm32_close() prototype |
2013-02-02 |
Andreas Färber |
|
New |
| [RESEND,qom-cpu-next,3/9] target-cris/helper.c: Update Coding Style |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,4/9] target-i386: Drop version 5 CPU VMState support |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,5/9] cpu: Move halted and interrupt_request fields to CPUState |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,6/9] exec: Pass CPUState to cpu_reset_interrupt() |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,7/9] cpu: Pass CPUState to cpu_interrupt() |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,8/9] cpu: Replace do_interrupt() by CPUClass::do_interrupt method |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,9/9] target-arm: Override do_interrupt for ARMv7-M profile |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,1/6] cpu: Register VMStateDescription through CPUState |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,2/6] target-i386: Update VMStateDescription to X86CPU |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,3/6] target-lm32: Update VMStateDescription to LM32CPU |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,4/6] target-alpha: Register VMStateDescription for AlphaCPU |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,5/6] target-openrisc: Register VMStateDescription for OpenRISCCPU |
2013-02-02 |
Andreas Färber |
|
New |
| [RFC,qom-cpu-next,6/6] cpu: Guard cpu_{save, load}() definitions |
2013-02-02 |
Andreas Färber |
|
New |
| [for-1.4] hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regs |
2013-02-02 |
Peter Maydell |
|
New |
| [bandaid,for-1.4] fix virtio-net for win guests |
2013-02-02 |
Michael Tokarev |
|
New |
| [for-1.4] libi2c-omap: Fix endianness dependency |
2013-02-02 |
Andreas Färber |
|
New |
| disas/i386.c: Add explicit braces round empty for-loop body |
2013-02-02 |
Peter Maydell |
|
New |
| [for-1.4] tests/test-string-input-visitor: Handle errors provoked by fuzz test |
2013-02-02 |
Peter Maydell |
|
New |
| linux-user: Support setgroups syscall with no groups |
2013-02-02 |
dillona@dillona.com |
|
New |
| [1/2] virtio-net: pass host features to virtio_net_init |
2013-02-02 |
Anthony Liguori |
|
New |
| [2/2] virtio-net: do not expose a larger config size if multiqueue isn't enabled |
2013-02-02 |
Anthony Liguori |
|
New |
| [V3,1/8] hw/etraxfs_eth: Eliminate checkpatch errors |
2013-02-02 |
Grant Likely |
|
New |
| [V3,2/8] hw/mdio: Generalize etraxfs MDIO bitbanging emulation |
2013-02-02 |
Grant Likely |
|
New |
| [V3,3/8] hw/mdio: Add PHY register definition |
2013-02-02 |
Grant Likely |
|
New |
| [V3,4/8] hw/mdio: Generalize phy initialization routine |
2013-02-02 |
Grant Likely |
|
New |
| [V3,5/8] hw/mdio: Mask out read-only bits. |
2013-02-02 |
Grant Likely |
|
New |
| [V3,6/8] hw/mdio: Refactor bitbanging state machine |
2013-02-02 |
Grant Likely |
|
New |
| [V3,7/8] hw/mdio: Add VMState support |
2013-02-02 |
Grant Likely |
|
New |
| [V3,8/8] hw/mdio: Use bitbang core for smc91c111 network device |
2013-02-02 |
Grant Likely |
|
New |
| [v3,1/3] VFIO: Wrapper for getting reference to vfio_device from device |
2013-02-03 |
Pandarathil, Vijaymohan R |
|
New |
| [v3,2/3] VFIO-AER: Vfio-pci driver changes for supporting AER |
2013-02-03 |
Pandarathil, Vijaymohan R |
|
New |
| [v3,3/3] QEMU-AER: Qemu changes to support AER for VFIO-PCI devices |
2013-02-03 |
Pandarathil, Vijaymohan R |
|
New |
| vnc: recognize Hungarian doubleacutes |
2013-02-03 |
Michael Tokarev |
|
New |
| [V4,8/8] hw/mdio: Use bitbang core for smc91c111 network device |
2013-02-03 |
Grant Likely |
|
New |
| Headsup: windows virtio networking does not work on current git |
2013-02-03 |
Michael S. Tsirkin |
|
New |
| [1/6] pc/bios: move common BIOS_CFG_IOPORT into fw_cfg.h |
2013-02-04 |
liguang |
|
New |
| [2/6] pc/numa: refactor bios_init function |
2013-02-04 |
liguang |
|
New |
| [3/6] bitops: change BITS_TO_LONGS |
2013-02-04 |
liguang |
|
New |
| [4/6] pc: format load_linux() |
2013-02-04 |
liguang |
|
New |
| [5/6] load_linux: report open kernel file & its size error |
2013-02-04 |
liguang |
|
New |
| [6/6] load_linux: change kernel header size allocation |
2013-02-04 |
liguang |
|
New |
| [seabios,1/2] move all acpi-table related definitions to acpi.h |
2013-02-04 |
liguang |
|
New |
| [seabios,2/2] acpi: change numa data format from fw_cfg interface |
2013-02-04 |
liguang |
|
New |
| Headsup: windows virtio networking does not work on current git |
2013-02-04 |
Michael S. Tsirkin |
|
New |
| [PATCHv2] virtio-net: remove mq feature flag |
2013-02-04 |
Michael S. Tsirkin |
|
New |
| [v3] hw: add WM8731 codec support |
2013-02-04 |
Kuo-Jung Su |
|
New |
| [v3] hw/m25p80.c: add WRSR(0x01) support |
2013-02-04 |
Kuo-Jung Su |
|
New |
| [v3] target-arm: add Faraday ARMv5TE processors support |
2013-02-04 |
Kuo-Jung Su |
|
New |
| [01/60] tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0 |
2013-02-04 |
Michael Tokarev |
|
New |
| [02/60] qemu-char: BUGFIX, don't call FD_ISSET with negative fd |
2013-02-04 |
Michael Tokarev |
|
New |
| [03/60] use --libexecdir instead of ignoring it first and reinventing it later |
2013-02-04 |
Michael Tokarev |
|
New |
| [04/60] configure: Fix CONFIG_QEMU_HELPERDIR generation |
2013-02-04 |
Michael Tokarev |
|
New |
| [05/60] fix CONFIG_QEMU_HELPERDIR generation again |
2013-02-04 |
Michael Tokarev |
|
New |
| [06/60] fix doc of using raw values with sendkey |
2013-02-04 |
Michael Tokarev |
|
New |
| [07/60] cpu_physical_memory_write_rom() needs to do TB invalidates |
2013-02-04 |
Michael Tokarev |
|
New |
| [08/60] eepro100: Fix network hang when rx buffers run out |
2013-02-04 |
Michael Tokarev |
|
New |
| [09/60] ahci: properly reset PxCMD on HBA reset |
2013-02-04 |
Michael Tokarev |
|
New |
| [10/60] pcie_aer: clear cmask for Advanced Error Interrupt Message Number |
2013-02-04 |
Michael Tokarev |
|
New |
| [11/60] net: add -netdev options to man page |
2013-02-04 |
Michael Tokarev |
|
New |
| [12/60] intel_hda: do not call msi_reset when only device state needs resetting |
2013-02-04 |
Michael Tokarev |
|
New |
| [13/60] usb-audio: fix usb version |
2013-02-04 |
Michael Tokarev |
|
New |