Merge commit 'bf1b00712375bea65f2254dea8281fa646eebbd5' into upstream-merge
commit325e23349d22e6c020dde4f75f93d457dafe1ae6
authorMarcelo Tosatti <mtosatti@redhat.com>
Thu, 23 Sep 2010 20:25:09 +0000 (23 17:25 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 23 Sep 2010 20:25:09 +0000 (23 17:25 -0300)
treed2d3d7a1c4f249af92b7124b24fc51d0f65afbc7
parent1be764b0d34f7e1f169296fd27e5567a5e208849
parentbf1b00712375bea65f2254dea8281fa646eebbd5
Merge commit 'bf1b00712375bea65f2254dea8281fa646eebbd5' into upstream-merge

* commit 'bf1b00712375bea65f2254dea8281fa646eebbd5': (36 commits)
  Introduce range.h
  linux-user: improve flatload error checking
  linux-user: fix types in a comparison
  linux-user: fix socklen_t comparisons
  Check for errors during BIOS or kernel load
  Make ARP replies at least 64 bytes long
  Accept packets with TTL=1
  cris: Avoid spurios hw_abort on recursive bus faults
  PPC: Redesign interrupt trigger path
  PPC: Enable hint bits for lwarx/ldarx
  serial: Update parameters after load
  Remove wrong semicolon in macro definition
  serial: Wrap debug prints around a DPRINTF macro
  ESP: fix ESP DMA access when DMA is not enabled
  powerpc: Avoid TLB related log spamming
  trace: fix a regex portability problem
  trace: fix a typo
  HACKING: add rules for printf-like functions
  HACKING: add string management rules
  HACKING: add memory management rules
  ...

Conflicts:
hw/msix.c
hw/piix_pci.c

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
14 files changed:
configure
hw/acpi_piix4.c
hw/msix.c
hw/pci.c
hw/pci.h
hw/piix_pci.c
monitor.c
osdep.c
posix-aio-compat.c
qemu-config.c
qemu-monitor.hx
qemu-options.hx
target-ppc/helper.c
vl.c